mirror of
https://github.com/TangentFoxy/LovePackaging.git
synced 2024-11-26 10:44:21 +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
|
set -o errexit
|
||||||
|
|
||||||
# get config
|
# get config
|
||||||
#if $1 ; then
|
if [ ! -z "$1" ]; then
|
||||||
# has a command-line option
|
# has a command-line option, which should be the config file to load from
|
||||||
#fi
|
source "$1"
|
||||||
source ./config.sh
|
else
|
||||||
|
source ./config.sh
|
||||||
|
fi
|
||||||
|
|
||||||
# append -buildN build numbers
|
# append -buildN build numbers
|
||||||
# (build.number file stored in $outputDir)
|
# (build.number file stored in $outputDir)
|
||||||
|
Loading…
Reference in New Issue
Block a user