Skip to content

Commit

Permalink
fix up electron-wix-msi
Browse files Browse the repository at this point in the history
  • Loading branch information
xianfei committed Jul 16, 2024
1 parent af37f9d commit 5884810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
- name: build windows app
if: matrix.os == 'windows-2019'
run: |
npm install electron-wix-msi
npm run package:win64
npm run 7z:win64
npm run msix64
Expand Down
2 changes: 1 addition & 1 deletion builddmgjsonx86.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let config = {
}
],
background: '/Users/xianfei/Documents/GitHub/SysMocap/icons/dmgbg.png',
icon: '/Users/xianfei/Documents/GitHub/SysMocap/icons/sysmocap.icns',
// icon: '/Users/xianfei/Documents/GitHub/SysMocap/icons/sysmocap.icns',
'icon-size': 80
};

Expand Down

0 comments on commit 5884810

Please sign in to comment.