From 3d6bddf825151cfa87b2360cdf99cf877d8f8895 Mon Sep 17 00:00:00 2001 From: Shawn Kang Date: Wed, 16 Jul 2025 20:05:07 +0900 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20=EB=B9=8C=EB=93=9C=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b207907..fb94b46 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,8 @@ ] } ], - "icon": "build/icon.ico" + "icon": "build/icon.ico", + "artifactName": "${productName} Setup ${version}-${arch}.${ext}" }, "nsis": { "oneClick": false, From c15ac801428919ac0d77f968845cb629a36d9699 Mon Sep 17 00:00:00 2001 From: Shawn Kang Date: Wed, 16 Jul 2025 20:05:18 +0900 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20NSIS=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fb94b46..da86e48 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,11 @@ "nsis": { "oneClick": false, "allowToChangeInstallationDirectory": true, - "shortcutName": "Debate Timer" + "shortcutName": "Debate Timer", + "runAfterFinish": true, + "createDesktopShortcut": true, + "installerIcon": "build/icon.ico", + "uninstallerIcon": "build/icon.ico" } } }