feat: Make app name configurable (#256)

This commit is contained in:
Kroese 2025-02-25 15:14:39 +01:00 committed by GitHub
parent 9384681417
commit aacfb171d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,10 +1,9 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -Eeuo pipefail set -Eeuo pipefail
: "${APP:="Windows"}"
: "${BOOT_MODE:="windows"}" : "${BOOT_MODE:="windows"}"
: "${SUPPORT:="https://github.com/dockur/windows-arm"}"
APP="Windows"
SUPPORT="https://github.com/dockur/windows-arm"
cd /run cd /run