Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Til7701 committed Feb 25, 2024
1 parent 133442d commit a5ce83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if [ "$1" = linux ]; then
elif [ "$1" = windows ]; then
echo "Building for Windows"
echo "Building client jar"
cmd.exe ./mvn.cmd --projects client --also-make --batch-mode --update-snapshots clean install package
cmd.exe /c ./mvn.cmd --projects client --also-make --batch-mode --update-snapshots clean install package
ls -al ./client

echo "Running jpackage"
Expand Down

0 comments on commit a5ce83a

Please sign in to comment.