A tool to generate Flatpak sources file for .NET projectst
This tool is a replacement for the flatpak-dotnet-generator python script, with some changes:
- Written in C# (obviously)
- Support for adding runtime packages that are required to build self-contained programs (enabled with
--self-contained/-sflag) - Support for running
flatpakcommands in user mode (enabled with--user/-uflag)
- .NET 9.0
