Skip to content

Commit

Permalink
Made portable app available on Windows. With this commit, running "np…
Browse files Browse the repository at this point in the history
…m run package:windows" creates "release\Photo Location Map Portable 1.10.1-alpha.exe".
  • Loading branch information
TomoyukiAota committed Nov 1, 2024
1 parent 0846bc9 commit 1d5e047
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,16 @@
"win": {
"icon": "dist",
"target": [
"nsis"
"nsis",
"portable"
]
},
"nsis": {
"oneClick": false
},
"portable": {
"artifactName": "${productName} Portable ${version}.${ext}"
},
"mac": {
"icon": "dist",
"target": [
Expand Down

0 comments on commit 1d5e047

Please sign in to comment.