-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update linux build script and update libs versions
- Loading branch information
Tanguy
committed
Feb 26, 2018
1 parent
90c7f46
commit 2691feb
Showing
2 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,18 +13,18 @@ | |
"raspi", | ||
"desktop" | ||
], | ||
"author": "Tanguy Bonneau", | ||
"author": "Tanguy BONNEAU <[email protected]>", | ||
"license": "GPLv3", | ||
"devDependencies": { | ||
"devtron": "1.4.x", | ||
"electron": "1.8.2", | ||
"electron-builder": "20.0.5" | ||
"electron-builder": "19.56.0" | ||
}, | ||
"dependencies": { | ||
"detect-port": "1.2.2", | ||
"electron-log": "2.2.14", | ||
"electron-settings": "3.1.4", | ||
"npm": "^5.4.2" | ||
"npm": "^5.7.1" | ||
}, | ||
"build": { | ||
"appId": "com.cleep.cleepdesktop", | ||
|
@@ -34,14 +34,16 @@ | |
"icon": "resources/", | ||
"target": [ | ||
"tar.gz", | ||
"AppImage", | ||
"deb" | ||
], | ||
"maintainer": "Tanguy Bonneau <[email protected]>", | ||
"category": "Network", | ||
"executableName": "cleepdesktop" | ||
"executableName": "cleepdesktop", | ||
"synopsis": "Cleep devices manager" | ||
}, | ||
"deb": { | ||
"icon": "resources/256x256.png", | ||
"maintainer": "Tanguy Bonneau <[email protected]>", | ||
"packageCategory": "misc", | ||
"priority": "optional", | ||
"depends": [] | ||
|