Skip to content

Commit

Permalink
Added MSI target for windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohamedin committed Dec 9, 2021
1 parent a936af8 commit d29d9f2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions electron-builder-win.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
"arch": [
"x64"
]
},
{
"target": "msi",
"arch": [
"x64"
]
}
]
},
Expand Down
6 changes: 6 additions & 0 deletions electron-builder-win32.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
"arch": [
"ia32"
]
},
{
"target": "msi",
"arch": [
"ia32"
]
}
]
},
Expand Down

0 comments on commit d29d9f2

Please sign in to comment.