Class MNDesktopFile
java.lang.Object
com.io7m.montarre.nativepack.internal.flatpak.MNDesktopFile
Functions to generate desktop files.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncreateDesktopFile(MPackageDeclaration packageV) Generate the lines of a desktop file.static StringcreateDesktopFileText(MPackageDeclaration packageV) Generate the text of a desktop file.
-
Method Details
-
createDesktopFile
Generate the lines of a desktop file.- Parameters:
packageV- The package- Returns:
- The lines of the file
-
createDesktopFileText
Generate the text of a desktop file.- Parameters:
packageV- The package- Returns:
- The text of the file
-