From 080244ca838b3372ae989ca569ab0507c100d0fc Mon Sep 17 00:00:00 2001 From: Sergio Rua Date: Mon, 16 Sep 2024 10:58:03 +0100 Subject: [PATCH] Debug Windows --- package.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/package.json b/package.json index 61a9b3c3..f0a5bbd8 100755 --- a/package.json +++ b/package.json @@ -79,6 +79,15 @@ }, "dmg": { "sign": false + }, + "nsis": { + "runAfterFinish": false, + "installerIcon": "./renderer/assets/images/axonops-icon-256x256.ico", + "license": "LICENSE", + "include": "resources/uninstaller.nsh" + }, + "msi": { + "runAfterFinish": false } }, "scripts": {