Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
OSA413 committed Aug 25, 2024
1 parent 43132af commit 0274c6e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
cd "$(dirname "$0")"

bash Sonic4_ModLoader/generate-version.sh

echo "Compiling..."
dotnet publish Sonic4_ModLoader -c Release -m

EXIT_CODE="$?"
if [ "$EXIT_CODE" != "0" ]; then
exit $EXIT_CODE
fi

0 comments on commit 0274c6e

Please sign in to comment.