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 5376dd4 commit 133442d
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 @@ -33,7 +33,7 @@ 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
ls -al ./client/target
ls -al ./client

echo "Running jpackage"
jpackage --type exe \
Expand Down

0 comments on commit 133442d

Please sign in to comment.