All Downloads are FREE. Search and download functionalities are using the official Maven repository.

linux.desktop-appimage.vtl Maven / Gradle / Ivy

Go to download

Hybrid Maven/Gradle plugin to package Java applications as native Windows, Mac OS X or GNU/Linux executables and create installers for them

The newest version!
#set ($categories = $StringUtils.join($info.linuxConfig.categories, ";"))
[Desktop Entry]
Name=${info.displayName}
GenericName=${info.displayName}
Comment=${info.description}
Exec=${info.name} %U
Icon=${info.name}
Terminal=false
Type=Application
StartupNotify=true
#if ($info.isThereFileAssociations())
MimeType=${info.getMimeTypesListAsString(";")}
#end
Categories=${categories}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy