Skip to content

Commit

Permalink
build: fix file reference to license for windows gui build
Browse files Browse the repository at this point in the history
  • Loading branch information
bambanah committed Aug 26, 2024
1 parent 8157395 commit 6835f41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-release-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest]
os: [macos-latest, ubuntu-latest, windows-latest]

steps:
- uses: actions/checkout@v4
Expand All @@ -40,6 +40,7 @@ jobs:
with:
files: |
gui/dist/deemix-gui_*.dmg
gui/dist/deemix-gui.exe
gui/dist/deemix-gui_setup.exe
gui/dist/deemix-gui_*.AppImage
gui/dist/deemix-gui_*.deb
gui/dist/deemix-gui_*.exe
2 changes: 1 addition & 1 deletion gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"nsis": {
"artifactName": "${productName}_setup.${ext}",
"oneClick": false,
"license": "LICENSE.txt",
"license": "../LICENSE.txt",
"allowToChangeInstallationDirectory": true,
"uninstallDisplayName": "${productName}",
"deleteAppDataOnUninstall": true
Expand Down

0 comments on commit 6835f41

Please sign in to comment.