feat: Make app name configurable (#1058)

This commit is contained in:
Kroese 2025-02-25 15:15:48 +01:00 committed by GitHub
parent 009c2c7deb
commit 63a9d10a27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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