Skip to content

Commit

Permalink
Add project parameter to build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBicPen authored and Bionus committed Nov 1, 2020
1 parent a7f93dd commit 0b58110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ else
fi

# Build the project in the build directory
./scripts/build.sh gui translations
./scripts/build.sh ${1:-gui translations}

# Move the built binary to the release folder with its config
./scripts/package.sh "release"
Expand Down

0 comments on commit 0b58110

Please sign in to comment.