unitycoder / UnityLauncherPro

Unity Hub Alternative Project Launcher with time saving features!
MIT License
469 stars 55 forks source link

Add Appimage or Flatpak Releases for Linux users #154

Closed Mhowser closed 3 months ago

Mhowser commented 3 months ago

For appimages : https://appimage-builder.readthedocs.io/en/latest/hosted-services/github-actions.html

For Flatpak: https://docs.flatpak.org/en/latest/first-build.html

Mhowser commented 3 months ago

https://github.com/Ravbug/UnityHubNative

unitycoder commented 3 months ago

Is that appimage/flatpak something that works with WPF applications? or was this posted in wrong repo? : )

Mhowser commented 3 months ago

I believe it does need to be compiled for the targeted operating system first, which might be out of the scope for this repo.