linuxPackageName

abstract val linuxPackageName: Property<String>

The Debian package name used by the .deb, .rpm, and AppImage builds, for example "jetzy".

Default: a lowercase slug of the root appName, with anything Debian rejects replaced by a hyphen. Set it yourself when that slug is not the name you publish under.

Throws

GradleException

during configuration when no slug can be derived from appName and no value is set here.