Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
e3ndr committed Dec 20, 2024
1 parent a9287ab commit 2b5e55c
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 @@ -18,7 +18,7 @@ if [[ $@ == *"dist-windows"* ]]; then
java -jar bundler.jar bundle \
--arch x86_64 --os windows \
--id $APP_ID --name $APP_NAME --icon icon.png \
--sign 'cmd /c C:\signing\sign.bat Casterlabs-Caffeinated.exe' \
--sign 'cmd.exe /C "C:\signing\sign.bat Casterlabs-Caffeinated.exe"' \
--java 11 --arg=-Dcaffeinated.channel=stable --dependency target/Casterlabs-Caffeinated-Updater.jar --main $MAIN_CLASS

echo "------------ Finished bundling for Windows ------------"
Expand Down

0 comments on commit 2b5e55c

Please sign in to comment.