Hi! I maintain a Proton/Wine extension that is often used as an add-on for Steam, and there is interest from my users in releasing it as a Flatpak to make installation (much) easier for that use case.
The issue is, the build process requires Wine and a mingw32(64) toolchain. Currently I have it building on GitHub Actions (with the relevant Ubuntu packages). Distributing the prebuilt binaries in Flatpak would be easiest, but I understand that’s frowned upon.
What’s the best/allowed way to approach this? I think getting the build to work inside flatpak-builder is probably doable if pulling in a prebuilt Wine as a build-time dependency is acceptable. I see there’s an sdk extension for MinGW, but not Wine itself (Wine itself is a Flatpak though). I don’t really want to maintain a Wine SDK extension just for this, I don’t have the bandwidth for that.