Skip to content

Commit

Permalink
feat: Make app name configurable (#1058)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Feb 25, 2025
1 parent 009c2c7 commit 63a9d10
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/entry.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#!/usr/bin/env bash
set -Eeuo pipefail

: "${APP:="Windows"}"
: "${BOOT_MODE:="windows"}"

APP="Windows"
SUPPORT="https://github.com/dockur/windows"
: "${SUPPORT:="https://github.com/dockur/windows"}"

cd /run

Expand Down

0 comments on commit 63a9d10

Please sign in to comment.