Skip to content

Commit

Permalink
Prerelease v2.4.0-beta04
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmas58 committed Nov 26, 2020
1 parent 5a79336 commit f07e282
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 @@ -7,10 +7,10 @@
"scripts": {
"start": "electron .",
"mac": "electron-builder -m",
"win": "electron-builder -w",
"win": "electron-builder -w --ia32 --x64",
"linux": "electron-builder -l",
"win-cert": "electron-builder create-self-signed-cert -p atnos",
"publish-to-github": "electron-builder build -w -p always",
"publish-to-github": "electron-builder build -w --ia32 --x64 -p always",
"clean": "rimraf ./dist/"
},
"author": "ATNOS",
Expand Down

0 comments on commit f07e282

Please sign in to comment.