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
The build AppImage fails to start:
./cate-desktop-1.0.0-dev.1-x86_64.AppImage /tmp/.mount_cate-dBbVFqT/AppRun: Line 54: /tmp/.mount_cate-dBbVFqT/app/cate-desktop: file not found
Line 54 in AppRun:
AppRun
BIN="$APPDIR/app/cate-desktop"
Actually the searched binary is inside a linux-unpacked directory:
linux-unpacked
app/linux-unpacked/cate-desktop
The text was updated successfully, but these errors were encountered:
fix(AppImage): Binary not found in new AppImage support
2996fe9
Close electron-userland#2151
efe0793
@mzuehlke Thanks, 19.34.1
Sorry, something went wrong.
electron-builder 19.34.0 has a bug.
3c42a25
Use previous version until fix released See electron-userland/electron-builder#2151
No branches or pull requests
The build AppImage fails to start:
Line 54 in
AppRun
:Actually the searched binary is inside a
linux-unpacked
directory:The text was updated successfully, but these errors were encountered: