Build for different versions of Ubuntu #10916
Unanswered
artur-bunko-rnm
asked this question in
Q&A
Replies: 1 comment
-
On Linux you generally need to build on the oldest system you want the app to still run. An app built on Ubuntu 18 will normally still work on 24 assuming the app is self-contained, or all dependencies are still available. So in your case, if you build your app on 20.04 and only distribute the AppImage (which is self contained) it will work on 22 and 24. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I create a build on Ubuntu 24 so that it works on Ubuntu 20 as well?
Do I need to use Tauri 1 for Ubuntu 20 and Tauri 2 for Ubuntu 24?
Beta Was this translation helpful? Give feedback.
All reactions