Skip to content

Commit

Permalink
Merge pull request #115 from KaylinFinke/publish3
Browse files Browse the repository at this point in the history
only exclude dev_scripts files
KaylinFinke authored Sep 7, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 22bbe3b + bbdd5a4 commit bcfd1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mkdir build
cd ..
zip -r GogoLoot/build/GogoLoot GogoLoot -i '*.lua' '*.toc' '*.xml' 'GogoLoot/LICENSE' 'GogoLoot/README.md' -x 'GogoLoot/Libs/LibDeflate/tests/*'
zip -r GogoLoot/build/GogoLoot GogoLoot -i '*.lua' '*.toc' '*.xml' 'GogoLoot/LICENSE' 'GogoLoot/README.md' -x 'GogoLoot/Libs/LibDeflate/tests/dev_scripts/*.bat'
open GogoLoot/build

0 comments on commit bcfd1b3

Please sign in to comment.