Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 1.76 KB

linux-specific-properties.md

File metadata and controls

24 lines (22 loc) · 1.76 KB

GNU/Linux specific properties

<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>
Property Mandatory Default value Description
pngFile null Icon file.
generateAppImage true AppImage package will be generated.
generateDeb true DEB package will be generated.
generateRpm true RPM package will be generated.
wrapJar true Wraps JAR file inside the executable if true.
categories [ "Utility"] Main categories in the application's desktop entry file.