Closed 3nigm4 closed 1 year ago
Hi @3nigm4!
JP uses appimagetool
(as explained here) to generate an appimage
, and AFAIK this tool only runs on Linux.
Maybe it's not well expliained in the docs. What I mean in the Platform column is that the artifact can only be generated from this platform. A failure in the generation of a distributable artifact doesn't stop the execution of the plugin.
Hi @3nigm4! Did this answer your question?
Hi @fvarrui, thank you for the explanation! Yes this answers my question. My next question is how this could be supported. I guess trying to get a PR into appimagetool would be easiest for you, right?
Hi @3nigm4!
I guess trying to get a PR into appimagetool would be easiest for you, right?
Sorry, I'm not sure what you mean.
But if what you really want is to generate distributables of your app for all platforms, I suggest you use a CI tool like CircleCI or GitHub Actions.
I meant building app images for linux on windows.
I meant building app images for linux on windows.
You can't run appimagetool
from Windows unless you use WSL or something like that. As I recommended to you above, I think you could use a CI tool in order to generate installers for all platforms.
I see thank you!
[INFO] Generating AppImage... [WARNING] AppImage cannot be generated due to the target platform (linux) is different from the execution platform (windows)! [WARNING] AppImage artifact generation skipped! [WARNING] AppImage NOT generated!!!
It was not clear to me from the README.md that this is not supported. Could you explain why this is not working?