Skip to content

Commit

Permalink
Buliding with Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
oresztesz-margaritisz-epam committed Sep 7, 2020
1 parent e866e2e commit 0e56fe0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.DS_Store
node_modules
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"scripts": {
"postinstall": "electron-builder install-app-deps",
"start": "electron .",
"compiler": "build --win --ia32",
"publier": "build --win --ia32 -p always"
"compiler": "build --linux --x64",
"publier": "build --linux --x64 -p always"
},
"build": {
"appId": "com.electron.blocklino",
Expand Down Expand Up @@ -103,6 +103,6 @@
"ajv": "6.10.0",
"child_process": "1.0.2",
"electron-updater": "4.0.6",
"serialport": "7.1.4"
"serialport": "^8.0.4"
}
}

0 comments on commit 0e56fe0

Please sign in to comment.