We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c010d60 commit 56f0ff9Copy full SHA for 56f0ff9
src/main/java/io/github/fvarrui/javapackager/PackageMojo.java
@@ -536,10 +536,7 @@ private void generateRpmPackage() throws MojoExecutionException {
536
element("directory", "/usr/share/applications"),
537
element("sources",
538
element("source",
539
- element("location", assetsFolder.getAbsolutePath()),
540
- element("includes",
541
- element("include", desktopFile.getName())
542
- )
+ element("location", desktopFile.getAbsolutePath())
543
)
544
545
),
0 commit comments