-
-
Notifications
You must be signed in to change notification settings - Fork 2.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
Github Action AppImage build only works on Ubuntu #2805
Comments
I am still getting the exact same issue
|
@sujaldev Your log shows 2 different bugs, one with the "failed to load module" stuff and the one below that (that's the one that actually causes the crash). Both things got fixed in different versions and it's not really possible anymore to have both issues unless you built your app with a really old cli version. |
You're right, it had to do with the version. |
Description
The current AppImage build (using the GitHub Action) only works on Ubuntu. It seems to be looking for WebKit-related binaries in
/usr/lib/x86_64-linux-gnu/webkit2gtk-4.0/
, which only exists on Ubuntu.This defeats the point of an AppImage, and in the nominal case it shouldn't be looking for any dependencies at all.
Attempting to launch it on Arch Linux fails with:
Steps to reproduce
Expected behavior
App launches and works normally.
Output of
cargo tauri info
Others on the Discord (
KaKi87#2368
,Karar#0413
) have reported this too.Possibly related to #2689.
The text was updated successfully, but these errors were encountered: