Skip to content

Commit

Permalink
Found it...
Browse files Browse the repository at this point in the history
Forgot to install the Windows SDK...
  • Loading branch information
e3ndr committed Dec 20, 2024
1 parent 4702881 commit b2ebb5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,15 @@ jobs:
- name: 📦 Build the Windows artifact
run: bash build.sh dist-windows

- name: 🔨 Create installer
- name: 🔨 Create Windows installer
uses: joncloud/[email protected]
with:
script-file: "Installer.nsi"

- name: ✍️ Sign the Windows installer
shell: cmd
run: C:\signing\sign.bat Casterlabs-Caffeinated-Setup.exe

- name: 🆙 Upload the Windows artifact (x86_64)
uses: actions/upload-artifact@v3
with:
Expand Down
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' \
--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 b2ebb5e

Please sign in to comment.