Skip to content

Commit

Permalink
Save this script for later
Browse files Browse the repository at this point in the history
  • Loading branch information
outfrost committed Feb 18, 2024
1 parent 4faf754 commit f629a3d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions export.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/sh
rm -rf .godot/
rm -f build/linux_amd64/*

./pre_export.sh

mkdir -p build/linux_amd64/

godot4 --headless -e --quit

godot4 --headless -e --quit

godot4 -v --headless --export-release Linux-X11-amd64 build/linux_amd64/game

0 comments on commit f629a3d

Please sign in to comment.