浏览代码

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