Skip to content

Commit

Permalink
Update linux build script and update libs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanguy committed Feb 26, 2018
1 parent 90c7f46 commit 2691feb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build.linux64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ echo "Done"
echo
echo "Packaging cleepdesktop..."
echo "-------------------------"
#DEBUG=electron-builder,electron-builder:* /usr/bin/electron-builder --linux --x64 --projectDir "$CLEEPDESKTOPPATH"
/usr/bin/electron-builder --linux --x64 --projectDir "$CLEEPDESKTOPPATH"
#DEBUG=electron-builder,electron-builder:* ./node_modules/.bin/electron-builder --linux --x64 --projectDir "$CLEEPDESKTOPPATH"
./node_modules/.bin/electron-builder --linux --x64 --projectDir "$CLEEPDESKTOPPATH"

#cleaning
echo
Expand Down
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": []
Expand Down

0 comments on commit 2691feb

Please sign in to comment.