Skip to content

Commit

Permalink
🍱 mac和win平台log大小调整
Browse files Browse the repository at this point in the history
  • Loading branch information
hczs committed Oct 10, 2023
1 parent 4735846 commit 9680950
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions electron-builder.json5
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"mac": {
"artifactName": "${productName}_${version}.${ext}",
"icon": "./src/assets/ico-512x512.ico",
"icon": "./src/assets/mac-512x512.ico",
"target": [
"dmg",
"zip"
Expand All @@ -28,14 +28,14 @@
]
}
],
"icon": "./src/assets/ico-512x512.ico",
"icon": "./src/assets/win-128x128.ico",
"artifactName": "${productName}_${version}.${ext}"
},
"nsis": {
"oneClick": false,
"perMachine": false,
"allowToChangeInstallationDirectory": true,
"installerIcon": "./src/assets/ico-512x512.ico",
"installerIcon": "./src/assets/win-128x128.ico",
"deleteAppDataOnUninstall": false
},
"publish": {
Expand Down
Binary file added src/assets/mac-512x512.ico
Binary file not shown.
File renamed without changes.

0 comments on commit 9680950

Please sign in to comment.