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 4f3eb16 commit 0a5a705Copy full SHA for 0a5a705
src/main/java/io/github/fvarrui/javapackager/PackageMojo.java
@@ -516,6 +516,7 @@ private void generateRpmPackage() throws MojoExecutionException {
516
element("icon", xpmIcon.getAbsolutePath()),
517
element("autoRequires", "false"),
518
element("needarch", "true"),
519
+ element("copyTo", outputDirectory.getAbsolutePath()),
520
element("mappings",
521
/* app folder files, except executable file and jre/bin/java */
522
element("mapping",
0 commit comments