Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build_game.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ if [[ "$EXPORT_MODE" == "source" ]]; then
sudo rm -r Foxy-Adventure/addons/opus/bin/x11
sudo rm -r Foxy-Adventure/addons/opus/bin/win64
sudo unzip /home/$(whoami)/.local/share/godot/templates/$GODOT_VERSION/osx.zip
sudo cp /home/$(whoami)/.local/share/godot/templates/$GODOT_VERSION/osx/osx_template.app $BASE_PATH/builds/$GODOT_VERSION/osx-standard/Foxy-Adventure/FoxyAdventure.app
sudo cp /home/$(whoami)/.local/share/godot/templates/$GODOT_VERSION/osx_template.app $BASE_PATH/builds/$GODOT_VERSION/osx-standard/Foxy-Adventure/FoxyAdventure.app



Expand Down