-
Notifications
You must be signed in to change notification settings - Fork 0
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
Platform support matrix / Native AppImage support #3
Comments
|
I'm currently figuring out the binary format of AppImages and some crates so maybe I won't have to abandon them and they'll be built and parsed natively by Lover. I updated the TODO list. |
All done. |
Nevermind... The crate I used (backhand) relies on unix modules and it doesn't compile for Windows. I'm working on a PR that should fix that |
Ok everything seems to work on Windows. |
As I understand, currently, not all systems support all targets: for example, AppImage can only be built on Linux, Windows fused exe can be created on any platform (but macOS and Linux would need Wine to change the icon), macOS app can be created on any platform (unless they need to be signed).
A platform support matrix might be useful. Possibly, lover can also report the supported targets?
The text was updated successfully, but these errors were encountered: