Skip to content

Commit

Permalink
fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
myin142 committed Jul 8, 2023
1 parent e8b93b8 commit 2867e70
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/build-channel.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
#!/bin/sh

CHANNEL=${CHANNEL:-$1}
VERSION=${$2:-dev}

# mkdir ~/.config
# cp /root/.config/godot ~/.config -r
cd godot
mkdir -v -p build/$CHANNEL
godot --export $CHANNEL
godot --export-release $CHANNEL

0 comments on commit 2867e70

Please sign in to comment.