pyfa-org / Pyfa

Python fitting assistant, cross-platform fitting tool for EVE Online
GNU General Public License v3.0
1.6k stars 406 forks source link

Fix AppImage build #2461

Closed wereii closed 2 years ago

wereii commented 2 years ago

changes:

Closes #2456

wereii commented 2 years ago

Building of wxPython times out the build but it works on my local™️ after these changes 🎉

wereii commented 2 years ago

@DarkFenX This patch is ready, the main fix is to remove the symlink from AppRun to python binary, https://github.com/pyfa-org/Pyfa/blob/02f61754f79c8984d40c3a74d3dfc3d759af287f/.appveyor.yml#L36

I tried to add some speedups mainly because building the wxPython timeouts the CI for this PR but it didn't work out really and caused errors later on.

DarkFenX commented 2 years ago

Sorry for letting it hang in the air for too long, got caught in a torrent of events irl (and still will be busy for idk how long, at least 1.5 months). I actually checked the patch a while ago and could merge it, but postponed until i went through all the changes and understood what they all meant.

Thanks for the fix.