Skip to content

Commit

Permalink
created tag v1.2.0-RC & changed build process
Browse files Browse the repository at this point in the history
  • Loading branch information
006627 committed Nov 26, 2019
1 parent 56f7d2f commit 8c0dfce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
"scripts": {
"start": "./node_modules/.bin/electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder -p onTagOrDraft",
"dist-lw": "electron-builder -l AppImage -w -p onTagOrDraft",
"dist": "electron-builder -p always",
"dist-lw": "electron-builder -l AppImage -w -p always",
"dist-snap": "electron-builder -l snap",
"preinstall": "./build.sh"
},
Expand Down

0 comments on commit 8c0dfce

Please sign in to comment.