-
Notifications
You must be signed in to change notification settings - Fork 16
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
Use in offline build #1
Comments
@sergiou87 👋 this is something that would help us doing an offline version of Desktop in Flatpak, if you have time to answer. Are we able to control this like we do with @AdvaithM can you share what error you're seeing locally when you're trying to include this? That might help us get context on what you're trying to achieve... |
I currently get the following error when I try and build, it looks like its trying to clone this repo and build it.
|
That's an interesting message, and I think it's related to how the package is used in "detect-arm64-translation": "https://github.com/desktop/node-detect-arm64-translation#v1.0.4", I think that means this package doesn't have any prebuilt binaries, so the changes we made to |
Maybe we can point it to a precloned repo instead? Or prebuild binaries. It should be fairly easy to prebuild binaries in the flatpak |
I've currently hacked around this issue by patching |
Yes! This is only a temporary solution until we can use a new API I added to Electron in electron/electron#29168 |
That's awesome to hear. Any idea roughly when we can expect the removal of this as a dependency |
No idea… I was just checking if the new |
Ah that blows. It should give me enough time to sort out any issues with the current release on flatpaks. |
I'm trying to package github-desktop in a flatpak, currently this package is causing some issues with this. what does yarn expect to download when it fetches this package?
The text was updated successfully, but these errors were encountered: