feat: add windows uninstall script

This commit is contained in:
huzibaca
2024-10-22 04:46:08 +08:00
parent 3e94adb4b1
commit afde7e4a44
2 changed files with 7 additions and 1 deletions

View File

@@ -16,7 +16,8 @@
"installerIcon": "icons/icon.ico",
"languages": ["SimpChinese", "English"],
"installMode": "perMachine",
"template": "./template/installer.nsi"
"template": "./template/installer.nsi",
"installerHooks": "../packages/windows/nsis_hooks.sh"
}
}
},