mobanisto / pinpit-gradle-plugin

Platform Independent Native Packaging and Installer Toolkit
Apache License 2.0
47 stars 1 forks source link

Package .deb from Non-Debian systems #4

Closed sebkur closed 1 year ago

sebkur commented 1 year ago

To make this possible, we need to stop using native tools such as dpkg and instead build the archives ourselves using JVM libraries.

sebkur commented 1 year ago

This is now implemented for Linux and Windows (and should work on macOS, too).