Publish-AppImage for .NET #1240
kuiperzone
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to share a little something I wrote a while ago. It's just bash script which integrates the .NET build system with the creation of an AppImage for the application:
https://github.com/kuiperzone/Publish-AppImage
In other words, it makes it easy to publish .NET apps as AppImages.
Why I think this is important? In the past, C# was Windows centric. However, in recent years, MS have made it fully cross-platform. Moreover, the Avalonia .NET Framework now make it possible to build fully cross-platform desktop GUI apps that run any where.
Other Info:
I've done a lot work on this script recently, and made it create Flatpak also. However, I found myself becoming a tad disillusioned with Flatpaks due to sandboxing, and regard the sandboxing model as inherently broken. I was planning on renaming the Publish-AppImage for .NET script to "PUBPAK" to reflect the new function. However, think I will probably re-write the whole thing in C# (rather than bash), as I'd like to be build RPM and deb files also.
Beta Was this translation helpful? Give feedback.
All reactions