Skip to content

Commit

Permalink
Oh...
Browse files Browse the repository at this point in the history
Single quotes...
  • Loading branch information
e3ndr committed Dec 22, 2024
1 parent 791a37f commit f81753f
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.exe /C C:\signing\sign.bat $APP_NAME.exe' \
--sign "cmd.exe /C C:\signing\sign.bat $APP_NAME.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 f81753f

Please sign in to comment.