Skip to content

Commit 29e3f2a

Browse files
committed
Update GenerateRpm.java
1 parent 2b84058 commit 29e3f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/github/fvarrui/javapackager/packagers/GenerateRpm.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ protected File doApply(LinuxPackager packager) throws Exception {
7171
executionPermissions.add(new File(appFolder, jreDirectoryName + "/lib/jspawnhelper"));
7272

7373
// add all app files
74-
addDirectoryTree(builder, installationPath.getAbsolutePath(), appFolder, executionPermissions);
74+
addDirectory(builder, installationPath.getAbsolutePath(), appFolder, executionPermissions);
7575

7676
// link to desktop file
7777
addLink(builder, "/usr/share/applications/" + desktopFile.getName(), appPath + "/" + desktopFile.getName());

0 commit comments

Comments
 (0)