Variable SKIP_UNINSTALLED introduced

Fixes #321.
This commit is contained in:
Søren Theilgaard
2022-02-08 13:46:05 +01:00
parent 071586e43c
commit 4cee224d17
4 changed files with 14 additions and 1 deletions

View File

@@ -93,6 +93,7 @@ if [ -z "$appName" ]; then
# when not given derive from name
appName="$name.app"
fi
printlog "appName: $appName" INFO
if [ -z "$targetDir" ]; then
case $type in