xpilot-project / xpilot

Open-source, cross-platform X-Plane pilot client for VATSIM.
https://xpilot-project.org
GNU General Public License v3.0
119 stars 36 forks source link

Feature request: Linux: Add .zip with app+plugin to releases #138

Closed jonaseberle closed 1 year ago

jonaseberle commented 1 year ago

For some use cases it is more convenient to have a direct download of the plugin and the app instead of the installer.

I can only talk about Linux, but maybe this is useful for other OSes as well.

On modern Linux, AppImages are managed by appimaged, taking care of menu entry creation. When running a .AppImage, the desktop integration will ask if it should move it to the user's AppImage-location. This the installer is adding a superfluous and potentially confusing step. Having direct downloads at Github releases would also allow the download to be scripted, easing maintenance if you have a networked setup and/or multiple X-Plane instances.

Could we have the app and plugins as direct downloads at the releases?

justinshannon commented 1 year ago

Starting with beta 39, a new artifact archive package will be available with each release. The archive contains the xPilot executable and plugin files for each OS, so you'll have to pick out the files you specifically want.

jonaseberle commented 1 year ago

Fantastic, thank you @justinshannon!