feat: Make app name configurable (#256)
This commit is contained in:
parent
9384681417
commit
aacfb171d0
1 changed files with 2 additions and 3 deletions
|
@ -1,10 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
set -Eeuo pipefail
|
||||
|
||||
: "${APP:="Windows"}"
|
||||
: "${BOOT_MODE:="windows"}"
|
||||
|
||||
APP="Windows"
|
||||
SUPPORT="https://github.com/dockur/windows-arm"
|
||||
: "${SUPPORT:="https://github.com/dockur/windows-arm"}"
|
||||
|
||||
cd /run
|
||||
|
||||
|
|
Loading…
Reference in a new issue