-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Running AppImage shows error 'cannot find /tmp/.../browser/init.js' #2958
Comments
Having the exact same issue on Antergos 64-bit. If I boot to Windows and build an NSIS installer, that works great, so it's unlikely to be a configuration issue, I think. Also, after I open the AppImage but before I select one of the options the default message shows, I took a look inside /tmp/.mount_*/resources and there was no electron.asar or app.asar, while a lot of other files were present in its parent directory. |
Seems like this issue did not exist in v20.14.7. |
Build work with v20.14.7 if build on Linux but not if you build on macOS. Any updates here? appimage structure build on Linux:
appimage structure build on macOS:
/cc @Jocs |
I have the same error, and in my case the AppImage ends up with 2 resource folders |
I was having the same issue in Ubuntu 16.04. Downgrading electron-builder to 20.14.7 solved my particular build issue. |
@develar looks like Linux builds are broken in 20.15. Is this a known issue? |
Building AppImages on 20.15.0 is currently broken. See <electron-userland/electron-builder#2958>.
Because of AppImage issue: electron-userland/electron-builder#2958
Trying to get Linux AppImage working. Seems to be broken in 20.15.1: electron-userland/electron-builder#2958
- An issue with `electron-builder` breaks appimage builds - See electron-userland/electron-builder#2958 - Closes nteract#3000
I'm having the same issue with version 20.28.4. |
Same issue. |
it looks like this was fixed in #2720 but that commit is included in https://github.com/electron-userland/electron-builder/releases/tag/v20.7.1, so @Timunas i'm surprised you're experiencing it with 20.28.4 |
After
npx electron-builder --linux
running the.AppImage
on Ubuntu fails with with error below.The text was updated successfully, but these errors were encountered: