From 065ea140e4bff3694b7efa7627124693de7b7218 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 25 Feb 2025 15:03:16 +0100 Subject: [PATCH] feat: Make app name configurable --- src/entry.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/entry.sh b/src/entry.sh index 1ed8c3a..ea536e1 100644 --- a/src/entry.sh +++ b/src/entry.sh @@ -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