mirror of
https://github.com/TangentFoxy/LovePackaging.git
synced 2024-11-09 09:34:22 +00:00
close #8 custom config (kinda shitty)
This commit is contained in:
parent
75f1261284
commit
5d653cabd5
10
build
10
build
@ -6,10 +6,12 @@ set -o nounset
|
||||
set -o errexit
|
||||
|
||||
# get config
|
||||
#if $1 ; then
|
||||
# has a command-line option
|
||||
#fi
|
||||
source ./config.sh
|
||||
if [ ! -z "$1" ]; then
|
||||
# has a command-line option, which should be the config file to load from
|
||||
source "$1"
|
||||
else
|
||||
source ./config.sh
|
||||
fi
|
||||
|
||||
# append -buildN build numbers
|
||||
# (build.number file stored in $outputDir)
|
||||
|
Loading…
Reference in New Issue
Block a user