Skip to content

Commit

Permalink
Merge pull request #114 from KaylinFinke/publish2
Browse files Browse the repository at this point in the history
exclude LibDeflate tests when packaging.
  • Loading branch information
KaylinFinke authored Sep 5, 2023
2 parents cce73b0 + 3dde19e commit 22bbe3b
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'
zip -r GogoLoot/build/GogoLoot GogoLoot -i '*.lua' '*.toc' '*.xml' 'GogoLoot/LICENSE' 'GogoLoot/README.md' -x 'GogoLoot/Libs/LibDeflate/tests/*'
open GogoLoot/build

0 comments on commit 22bbe3b

Please sign in to comment.