From 63a9d10a27a1d61975c82cbcdaa52375b315f635 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 25 Feb 2025 15:15:48 +0100 Subject: [PATCH] feat: Make app name configurable (#1058) --- src/entry.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/entry.sh b/src/entry.sh index b037cdc..be6335a 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" +: "${SUPPORT:="https://github.com/dockur/windows"}" cd /run