We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a00e65 commit de03760Copy full SHA for de03760
pack-full.sh
@@ -20,5 +20,5 @@ zip -r $FILE ./GameData/* -x ".*"
20
zip -r $FILE ./PluginData/* -x ".*"
21
zip -r $FILE ./Extras/* -x ".*"
22
zip $FILE INSTALL.md
23
-zip -d $FILE __MACOSX "**/.DS_Store"
+zip -d $FILE "__MACOSX/*" "**/.DS_Store"
24
cd $pwd
0 commit comments