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