mirror of
https://github.com/davidkaya/aryx.git
synced 2026-08-26 12:53:59 +02:00
fix: icon missing on windows
This commit is contained in:
+1
-1
@@ -119,7 +119,7 @@
|
|||||||
],
|
],
|
||||||
"icon": "assets/icons/windows/icon.ico",
|
"icon": "assets/icons/windows/icon.ico",
|
||||||
"artifactName": "Aryx-windows-${arch}.${ext}",
|
"artifactName": "Aryx-windows-${arch}.${ext}",
|
||||||
"signAndEditExecutable": false,
|
"signAndEditExecutable": true,
|
||||||
"verifyUpdateCodeSignature": false
|
"verifyUpdateCodeSignature": false
|
||||||
},
|
},
|
||||||
"nsis": {
|
"nsis": {
|
||||||
|
|||||||
Reference in New Issue
Block a user