From 11a10ea53c75ac4c509e3dd00e3acefd5e90e538 Mon Sep 17 00:00:00 2001 From: David Kaya Date: Mon, 30 Mar 2026 01:10:33 +0200 Subject: [PATCH] fix: icon missing on windows --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8f818ac..246171f 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ ], "icon": "assets/icons/windows/icon.ico", "artifactName": "Aryx-windows-${arch}.${ext}", - "signAndEditExecutable": false, + "signAndEditExecutable": true, "verifyUpdateCodeSignature": false }, "nsis": {