fix: final fix to windows to allow side-by-side install of open source noodl and legacy noodl

This commit is contained in:
Noodl Windows Build User
2024-01-30 20:51:20 +00:00
parent 42e065b586
commit 57932fef3c

View File

@@ -16,6 +16,12 @@
},
"build": {
"appId": "noodl.net.noodl-editor",
"win": {
"target": "nsis"
},
"nsis": {
"guid": "noodl.net.noodl-editor"
},
"protocols": {
"name": "noodl",
"schemes": [
@@ -122,4 +128,4 @@
"optionalDependencies": {
"dmg-license": "^1.0.11"
}
}
}