fix: icns

This commit is contained in:
xxnuo
2026-01-01 17:21:23 +08:00
parent dbd569edc5
commit 05c33adc27
3 changed files with 3 additions and 3 deletions

BIN
images/icon.icns Normal file

Binary file not shown.

BIN
images/icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 KiB

View File

@@ -99,11 +99,11 @@
},
"mac": {
"target": "dmg",
"icon": "images/icon.png"
"icon": "images/icon.icns"
},
"win": {
"target": "nsis",
"icon": "images/icon.png"
"icon": "images/icon.ico"
},
"linux": {
"target": [
@@ -118,4 +118,4 @@
"allowToChangeInstallationDirectory": true
}
}
}
}