Skip to content

Commit

Permalink
added package for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Aydin Tekin committed Mar 22, 2022
1 parent 867283c commit 40dfaef
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
@@ -1,6 +1,6 @@
{
"name": "p2pmanagerdev",
"version": "0.1.2",
"version": "0.1.3",
"author": "Aydin Tekin <exaphex@github.com>",
"description": "P2P Manager app",
"email": "exaphex@github.com",
Expand Down Expand Up @@ -53,7 +53,7 @@
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"deploy": "yarn build && electron-builder -m -w -c.extraMetadata.main=build/electron.js --publish always",
"deploy": "yarn build && electron-builder -m -w -l -c.extraMetadata.main=build/electron.js --publish always",
"test": "react-scripts test",
"eject": "react-scripts eject",
"electron:start": "concurrently -k \"cross-env BROWSER=none yarn start\" \"wait-on http://localhost:3000 && electronmon .\"",
Expand Down

0 comments on commit 40dfaef

Please sign in to comment.