Преглед изворни кода

feat: Make app name configurable (#1058)

Kroese пре 4 месеци
родитељ
комит
63a9d10a27
1 измењених фајлова са 2 додато и 3 уклоњено
  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