What’s the best way to distribute a binary application for Linux?

后端 未结 10 1783
梦如初夏
梦如初夏 2020-12-13 02:02

I just finished porting an application from Windows into Linux.
I have to create an installer of the application.
The application is not open source

10条回答
  •  天命终不由人
    2020-12-13 02:38

    Today, I would also look at Snapcraft and Flatpak which are embraced by some popular distributions. I explored other options and it is what ended up working best for me. Flatpak in particular also helped me learn about standard Linux desktop conventions to follow.

提交回复
热议问题