Skip to content
Snippets Groups Projects
Verified Commit cad0cbca authored by azubieta's avatar azubieta
Browse files

Use opendesktop-app as target name for the npm package instruction

parent 56099156
No related branches found
No related tags found
1 merge request!1Fix build
Pipeline #1094 failed
[Desktop Entry]
Name=Pling-Store
Exec=pling-store
Name=OpenDesktop-App
Exec=opendesktop-app
Icon=pling-store
Type=Application
Terminal=false
......
......@@ -13,7 +13,7 @@
"scripts": {
"start": "electron .",
"debug": "electron . --debug",
"package": "electron-packager . pling-store --platform=linux --arch=x64 --out=dist --overwrite --ignore='^/(\\.gitignore|\\.gitlab\\-ci\\.yml|Makefile|README\\.md|desktop|launcher|pkg|scripts|appimagebuild)($|/)'",
"package": "electron-packager . opendesktop-app --platform=linux --arch=x64 --out=dist --overwrite --ignore='^/(\\.gitignore|\\.gitlab\\-ci\\.yml|Makefile|README\\.md|desktop|launcher|pkg|scripts|appimagebuild)($|/)'",
"watch": "webpack --mode development --watch",
"react-start": "react-scripts start",
"build": "react-scripts build",
......
......@@ -43,5 +43,9 @@ chmod 755 appimagetool
# Fix url in zsync file
sed -i "/^URL:.*$/c\URL: ${APPIMAGE_FILE_NAME}?job=appimage" *-x86_64.AppImage.zsync
# Set AppVersion in the desktop file
echo "X-AppImage-Version=${PKGVER}" >> ${APPDIR}/${PKGNAME}.desktop
mv *-x86_64.AppImage ../${APPIMAGE_FILE_NAME}
mv *-x86_64.AppImage.zsync ../${ZSYNC_FILE_NAME}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment