Skip to content

Commit

Permalink
Added win zip build target
Browse files Browse the repository at this point in the history
  • Loading branch information
angus6b23 committed Jan 16, 2024
1 parent 6dee598 commit c200877
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions electron-builder.json5
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
{
target: 'portable',
},
{
target: 'zip'
}
],
icon: 'public/icons/win/icon.ico',
// artifactName: '${productName}-Windows-${version}-Setup.${ext}',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives",
"postinstall": "cpy --flat ./node_modules/framework7-icons/fonts/*.* ./src/fonts/ && cpy --flat ./node_modules/material-icons/iconfont/*.* ./src/fonts/",
"i18n": "npx i18next-parser",
"electron-builder": "npx electron-builder -lw",
"electron-build": "npx electron-builder -lw",
"prettier-write": "yarn prettier --write ."
},
"browserslist": [
Expand Down

0 comments on commit c200877

Please sign in to comment.