GNU/Linux specific properties

June 19, 2022 ยท View on GitHub

<linuxConfig>
    <pngFile>path/to/icon.png</pngFile>
    <generateAppImage>true|false</generateAppImage>
    <generateDeb>true|false</generateDeb>
    <generateRpm>true|false</generateRpm>
    <wrapJar>true|false</wrapJar>
    <categories>
        <category>Utility</category>
        ...
    </categories>
</linuxConfig>
PropertyMandatoryDefault valueDescription
pngFile:x:nullIcon file.
generateAppImage:x:trueAppImage package will be generated.
generateDeb:x:trueDEB package will be generated.
generateRpm:x:trueRPM package will be generated.
wrapJar:x:trueWraps JAR file inside the executable if true.
categories:x:[ "Utility"]Main categories in the application's desktop entry file.