Bläddra i källkod

Different names for default and thin builds

Thin builds are now named with _thin in the name of the file for differentiation.
master
Patrick Jakobsen 5 år sedan
förälder
incheckning
2343ea8ece
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      build.sh

+ 1
- 1
build.sh Visa fil

@ -11,7 +11,7 @@ cd ..
# .sh : a shell script. # .sh : a shell script.
thin_arg=$1 thin_arg=$1
if [[ $thin_arg == "thin" ]]; then if [[ $thin_arg == "thin" ]]; then
7za a -tzip ../ZMemory.pk3 -r -x\!*.sh -x\!acs/.gitignore -xr\!acs_source
7za a -tzip ../ZMemory_thin.pk3 -r -x\!*.sh -x\!acs/.gitignore -xr\!acs_source
else else
7za a -tzip ../ZMemory.pk3 -r -x\!*.sh -x\!acs/.gitignore 7za a -tzip ../ZMemory.pk3 -r -x\!*.sh -x\!acs/.gitignore
fi fi

Laddar…
Avbryt
Spara