Skip to content

Commit

Permalink
you can make portable app fow win
Browse files Browse the repository at this point in the history
  • Loading branch information
ssssota committed Dec 9, 2018
1 parent 975e9f5 commit fb41582
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -24,6 +24,9 @@
"build:linux": "electron-builder --linux --x64"
},
"build": {
"appId": "com.ssssota.fontviewer"
"appId": "com.ssssota.fontviewer",
"win": {
"target": "portable"
}
}
}

0 comments on commit fb41582

Please sign in to comment.