Unverified Commit 63a9d10a authored by Kroese's avatar Kroese Committed by GitHub
Browse files

feat: Make app name configurable (#1058)

parent 009c2c7d
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
#!/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