-
Notifications
You must be signed in to change notification settings - Fork 8
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
Official Flatpak Release #13
Comments
Of course, a Flatpak published on Flathub would be way better, but im not sure if Flathub allows NSFW things |
I tried building a Flatpak, and it worked. Installing it from the file and using it works fine as well. So i highly recommend going with a Flatpak Release instead of AppImage, since its a universal standard that works on every kind of Linux, while also being more than a portable app, so it can also be downloaded with Package Managers instead of downloading it by hand. |
Hey, thanks for making such rapid progress on the intiface flathub release PR, that's really nice. Would you be willing to help me out with this one? I have never made a flathub release, but I got the support from @SenkyDragon on discord for making this happen. All they want is total control over it in the end, to make sure there is no 3rd party doing any funny business. This plus intiface would make the software chain complete and truely cross platform, so that would be awesome. |
Sure, but I do not have time on my plate this week for this. Maybe next week I will have more time. |
@Doomsdayrs Thanks a lot. I will start working on this thing as much as i can, and if i get stuck i will ping you. You look at that stuff whenever you get the time and will for it, no pressure. |
Actually, nvm. I kinda have other things on my list, and the process kinda overwhelms me from looking at the details.. |
@SenkyDragon I will need an SVG of the application icon. |
Here is a not-tested branch for the work. |
@SenkyDragon Also, what are you build instructions? Because it seems you do not use electron-builder? |
@Doomsdayrs I used electron builder for the test. So either way, you can use that for the flathub for sure |
You can see the full deployment process here. electron-builder is used: https://github.com/OscToys/OscGoesBrrr/blob/main/.github/workflows/deploy.yml#L67 This workflow is where the deployment process to flathub would need to happen as well. |
There is no SVG available for the logo, so it'd have to be re-traced. The font is just Arial. |
Here is an SVG of the Logo. If you need me to change anything about it, let me know |
@Doomsdayrs Need anything else? |
@Doomsdayrs I posed the logo above, in case you missed it. Need anything else? Happy to help however i can |
In https://github.com/OscToys/OscGoesBrrr/blob/main/package.json#L68-L72 there already is a thing configured to build an AppImage, and when using electron-builder to build that AppImage on Linux, it works fine and the resulting AppImage also works fine.
So it would only make sense to provide that AppImage as a part of each Release.
If you want more testing from a Linux user before you throw it out in the world, I'm happy to help.
The text was updated successfully, but these errors were encountered: