-
-
Notifications
You must be signed in to change notification settings - Fork 550
New issue
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
[flatpak/snap] Error when building flatpak and snap makers on Ubuntu 20.04 #2862
Comments
Hey @raphael10-collab, thanks for reporting this issue and sorry you're running into this! I'm not sure what's causing the flatpak failures, but I think the snap issue is the same one reported here: electron-userland/electron-installer-snap#83 I'll take a look at snap first and see if I can determine what's going on for you 🙇♀️ If you're blocked, there's a workaround mentioned in that issue that may at least get you unblocked while we solve this problem. |
snap errors: This should be resolved in electron-installer-snap 5.20. See #144 in electron-snap-installer flatpak errors: The root of these issues is that the remote endpoints for downloading several of the refs no longer exist. These remotes are referenced for the runtime, the sdk and the base. I'm putting up a PR to make sure those can be downloaded here ( flatpak-bundler ), but you can fix the error in the meantime by doing the following:
@raphael10-collab Let me know if the above solution for flatpak doesn't work for you and I'll re-open this! |
@VerteDinde what am I missing or doing wrong?
in
|
@raphael10-collab Make sure you have flathub installed - try this:
|
In
Output of the
|
Pre-flight checklist
Electron Forge version
6.0.0-beta.63
Electron version
Electron 17.4.7
Operating system
Ubuntu 20.04 Desktop
Last known working Electron Forge version
No response
Expected behavior
no errors
Actual behavior
snap issue
:info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Steps to reproduce
You can reproduce the error git cloning this repo: https://github.com/raphael10-collab/ForgeTypescriptReactWebpack -> yarn -> yarn run (to make sure the plain simple app works -> yarn make
Additional information
The text was updated successfully, but these errors were encountered: