I have developed a .NET Core console app. This app is not only targeted for Windows, but also for Linux.
What installer can I use to install the app to Linux? Preferably, I want a setup solution that handles both Windows and Linux. I want some kind of installer because the app is intended for an offline Linux computer.
Off course, I know how to install it on Windows.