Skip to content

Commit

Permalink
fix: final fix to windows to allow side-by-side install of open sourc…
Browse files Browse the repository at this point in the history
…e noodl and legacy noodl
  • Loading branch information
Noodl Windows Build User committed Jan 30, 2024
1 parent 42e065b commit 57932fe
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/noodl-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
},
"build": {
"appId": "noodl.net.noodl-editor",
"win": {
"target": "nsis"
},
"nsis": {
"guid": "noodl.net.noodl-editor"
},
"protocols": {
"name": "noodl",
"schemes": [
Expand Down Expand Up @@ -122,4 +128,4 @@
"optionalDependencies": {
"dmg-license": "^1.0.11"
}
}
}

0 comments on commit 57932fe

Please sign in to comment.