Răsfoiți Sursa

feat: Make app name configurable (#1058)

Kroese 4 luni în urmă
părinte
comite
63a9d10a27
1 a modificat fișierele cu 2 adăugiri și 3 ștergeri
  1. 2 3
      src/entry.sh

+ 2 - 3
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