waliarubal / Jaya

Cross platform file manager application for Windows, Mac and Linux operating systems. (planned mobile support)
BSD 3-Clause "New" or "Revised" License
402 stars 48 forks source link

Create Linux Installer #27

Open waliarubal opened 4 years ago

giorgiozoppi commented 4 years ago

https://stackoverflow.com/questions/46809219/net-core-2-0-application-published-as-deb-file For debian projects.

waliarubal commented 4 years ago

Nice @giorgiozoppi , we can have a look at it and see how reliable this tool is for generating debian and redhat packages.

giorgiozoppi commented 4 years ago

i tried, theoretically that plugin should create any kind of package out of the box. I have to see better how to do very clean, currently appear as 0.0.0.0. too weird.

waliarubal commented 4 years ago

Well if you are talking about the version number of binaries, its generated automatically by build system. You can check the build script for the same. I am anyhow planning to move from AppVeyor which is the current build system to GitHub Actions. Would prefer matrix runs so that all the three platform installers can be generated simultaneously.