Skip to content

Commit de03760

Browse files
committed
Mishap on the automtion script
1 parent 9a00e65 commit de03760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pack-full.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ zip -r $FILE ./GameData/* -x ".*"
2020
zip -r $FILE ./PluginData/* -x ".*"
2121
zip -r $FILE ./Extras/* -x ".*"
2222
zip $FILE INSTALL.md
23-
zip -d $FILE __MACOSX "**/.DS_Store"
23+
zip -d $FILE "__MACOSX/*" "**/.DS_Store"
2424
cd $pwd

0 commit comments

Comments
 (0)