From f59c924b20bb9b53a1e3ce908142becf07b21bcd Mon Sep 17 00:00:00 2001 From: Anirudh Sevugan Date: Sat, 12 Jul 2025 15:24:22 -0500 Subject: [PATCH] Update package.json --- simpliplay/package.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/simpliplay/package.json b/simpliplay/package.json index 3f1028b..933a429 100644 --- a/simpliplay/package.json +++ b/simpliplay/package.json @@ -1,6 +1,6 @@ { "name": "SimpliPlay", - "version": "2.0.2", + "version": "2.0.2.1", "description": "SimpliPlay - The mission to make media playback accessible on every device, anywhere, anytime.", "main": "./main.js", "scripts": { @@ -96,8 +96,16 @@ } ] }, + "nsis": { + "oneClick": false, + "installerIcon": "icon.ico", + "uninstallerIcon": "icon.ico", + "uninstallDisplayName": "simpliplay-uninstaller", + "license": "LICENSE.md", + "allowToChangeInstallationDirectory": true + }, "devDependencies": { "electron": "^37.2.1", - "electron-builder": "^25.1.8" + "electron-builder": "^26.0.12" } }