diff --git a/build.linux64.sh b/build.linux64.sh index 1b7e82e..936bbed 100755 --- a/build.linux64.sh +++ b/build.linux64.sh @@ -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 diff --git a/package.json b/package.json index fc96f76..65a6338 100644 --- a/package.json +++ b/package.json @@ -13,18 +13,18 @@ "raspi", "desktop" ], - "author": "Tanguy Bonneau", + "author": "Tanguy BONNEAU ", "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 ", "category": "Network", - "executableName": "cleepdesktop" + "executableName": "cleepdesktop", + "synopsis": "Cleep devices manager" }, "deb": { "icon": "resources/256x256.png", - "maintainer": "Tanguy Bonneau ", "packageCategory": "misc", "priority": "optional", "depends": []