Skip to content

Commit 6db7a94

Browse files
committed
Update GenerateDeb.java
1 parent e430688 commit 6db7a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/github/fvarrui/javapackager/gradle/GenerateDeb.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public File apply(Packager packager) throws Exception {
9191
// }
9292

9393
// desktop file
94-
debTask.from(desktopFile, c -> {
94+
debTask.from(desktopFile.getAbsolutePath(), c -> {
9595
c.into("/usr/share/applications");
9696
});
9797

0 commit comments

Comments
 (0)