Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tairraos committed Jun 19, 2022
1 parent 20b8a56 commit 905076b
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,43 @@
"electron": "19.0.1",
"electron-builder": "^23.0.3",
"electron-icon-builder": "^2.0.1"
},
"build": {
"appId": "com.tairraos.tikdown",
"productName": "Tikdown",
"copyright": "Copyright © 2022 Tairraos",
"compression": "maximum",
"directories": {
"buildResources": "build",
"output": "dist"
},
"asar": true,
"mac": {
"target": [
"dmg",
"zip"
],
"category": "public.app-category.utilities"
},
"dmg": {
"icon": "build/icons/icon.icns",
"window": {
"width": 540,
"height": 420
}
},
"win": {
"target": [
"msi",
"nsis"
],
"icon": "build/icons/icon.ico"
},
"nsis": {
"oneClick": false,
"language": "2052",
"perMachine": true,
"allowToChangeInstallationDirectory": true
}
}
}

0 comments on commit 905076b

Please sign in to comment.