We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
electron-builder: 20.2.0 target: linux, snap
When I push with snapcraft push the snap gets rejected with:
snapcraft push
The store was unable to accept this snap. - command.sh does not exist
Config:
"build": { "appId": "com.worktimeassistant.desktop", "files": [ "app/**/*", "node_modules/**/*", "package.json" ], "directories": { "buildResources": "resources" }, "win": { "target": [ "appx" ] }, "appx": { "displayName": "Work Time Assistant", "publisherDisplayName": "Work Time Assistant" }, "deb": { "synopsis": "Work Time Assistant Desktop Application", "compression": "xz", "priority": "optional" }, "linux": { "category": "Office", "packageCategory": "GNOME;GTK;Utility;", "target": [ "snap" ], "desktop": { "Name": "Work Time Assistant", "Type": "Application", "Categories": "GNOME;GTK;Utility;" } }, "snap": { "stagePackages": [ "default", "libsecret-1-0" ], "plugs": [ "default", "password-manager-service" ] }, "publish": null },
The text was updated successfully, but these errors were encountered:
Installation fails as well:
error: cannot install snap file: snap is unusable due to missing files; contact developer
Sorry, something went wrong.
develar/app-builder@8d2b41c
feat: Provide a new file macro matching Node.js "process.platform" pr…
5f39a05
…operty Close electron-userland#2652, Close electron-userland#2661, Close electron-userland#2636
No branches or pull requests
electron-builder: 20.2.0
target: linux, snap
When I push with
snapcraft push
the snap gets rejected with:Config:
The text was updated successfully, but these errors were encountered: