mirror of
https://github.com/noodlapp/noodl.git
synced 2026-01-11 06:42:54 +01:00
fix: final fix to windows to allow side-by-side install of open source noodl and legacy noodl
This commit is contained in:
@@ -16,6 +16,12 @@
|
|||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"appId": "noodl.net.noodl-editor",
|
"appId": "noodl.net.noodl-editor",
|
||||||
|
"win": {
|
||||||
|
"target": "nsis"
|
||||||
|
},
|
||||||
|
"nsis": {
|
||||||
|
"guid": "noodl.net.noodl-editor"
|
||||||
|
},
|
||||||
"protocols": {
|
"protocols": {
|
||||||
"name": "noodl",
|
"name": "noodl",
|
||||||
"schemes": [
|
"schemes": [
|
||||||
@@ -122,4 +128,4 @@
|
|||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"dmg-license": "^1.0.11"
|
"dmg-license": "^1.0.11"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user