Skip to content

Commit

Permalink
Zip web export
Browse files Browse the repository at this point in the history
  • Loading branch information
RubixDev committed Feb 26, 2022
1 parent 2341278 commit fc1fb7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ web:
mkdir -p export/web/
cd $(src_dir) && godot --no-window --export web
cd export && tar -czvf web.tar.gz web/
cd export/web && zip -r9 web.zip ./*
mv export/web/web.zip export/web.zip
android:
mkdir -p export/android/
cd $(src_dir) && godot --no-window --export-debug android
Expand Down

0 comments on commit fc1fb7a

Please sign in to comment.