Skip to content

Commit

Permalink
Adding game data to built zips
Browse files Browse the repository at this point in the history
Fixes issue #4.
  • Loading branch information
flamewing committed Sep 7, 2020
1 parent ab0f48e commit 94ffc53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ mkdir -p builds
rm -f "$BUILD"
echo "Creating archive '$BUILD'..."
unix2dos *.txt *.md
7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on "$BUILD" *.txt *.md sonic-hud.lua headers/*.lua img/*.luaimg sonic/*.lua sonic/common/*.lua &> /dev/null
7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on "$BUILD" *.txt *.md sonic-hud.lua headers/*.lua img/*.luaimg sonic/*.lua sonic/common/*.lua sonic/common/game-data/*.lua &> /dev/null
dos2unix *.txt *.md
echo "All done."

0 comments on commit 94ffc53

Please sign in to comment.