From 30c44556b4c61c975200c020c61e8a52b1008664 Mon Sep 17 00:00:00 2001 From: Paul Liverman III Date: Sat, 24 Mar 2018 15:32:48 -0700 Subject: [PATCH] renamed / edited to match what is used on SCP Clicker --- build.sh => lp-build.sh | 2 +- build-config.sh => lp-config.sh | 0 {build-scripts => lp-scripts}/Info.plist-maker.sh | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename build.sh => lp-build.sh (99%) rename build-config.sh => lp-config.sh (100%) rename {build-scripts => lp-scripts}/Info.plist-maker.sh (100%) diff --git a/build.sh b/lp-build.sh similarity index 99% rename from build.sh rename to lp-build.sh index bd6dc35..b79b1c6 100644 --- a/build.sh +++ b/lp-build.sh @@ -10,7 +10,7 @@ set -o errexit # # has a command-line option, which should be the config file to load from # source "$1" #else - source ./build-config.sh + source ./lp-config.sh #fi # make $outputDir if it doesn't exist diff --git a/build-config.sh b/lp-config.sh similarity index 100% rename from build-config.sh rename to lp-config.sh diff --git a/build-scripts/Info.plist-maker.sh b/lp-scripts/Info.plist-maker.sh similarity index 100% rename from build-scripts/Info.plist-maker.sh rename to lp-scripts/Info.plist-maker.sh