Pārlūkot izejas kodu

Fixed acs folder retainer ending up in build

The file is now properly excluded from building in both the standard and the thin build process
master
Patrick Jakobsen pirms 5 gadiem
vecāks
revīzija
b0ad4cb3cc
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. +3
    -3
      build.sh

+ 3
- 3
build.sh Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt