Update entry.sh

This commit is contained in:
Kroese 2025-03-20 09:58:29 +01:00 committed by GitHub
parent 9ffd773a5e
commit 48744d184e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,7 @@
set -Eeuo pipefail set -Eeuo pipefail
: "${APP:="Windows"}" : "${APP:="Windows"}"
: "${PLATFORM:="x64"}"
: "${BOOT_MODE:="windows"}" : "${BOOT_MODE:="windows"}"
: "${SUPPORT:="https://github.com/dockur/windows-arm"}" : "${SUPPORT:="https://github.com/dockur/windows-arm"}"