Skip to content

Commit

Permalink
Added portable app build to test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron Richardson committed Apr 29, 2020
1 parent 91c7c90 commit c455d6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@
"pack": "electron-builder --dir",
"dist": "electron-builder --macos --windows -p always",
"dist-win": "electron-builder --windows",
"dist-win-p": "electron-builder --windows portable",
"dist-mac": "electron-builder --macos",
"travis-pack": "electron-builder --dir",
"travis-dist": "electron-builder --macos --windows -p always",
"travis-dist-win": "electron-builder --windows -p always",
"travis-dist-win-p": "electron-builder --windows portable -p always",
"travis-dist-mac": "electron-builder --macos -p always"
},
"dependencies": {
Expand Down

0 comments on commit c455d6d

Please sign in to comment.