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 fe19a1e commit e430688Copy full SHA for e430688
src/main/java/io/github/fvarrui/javapackager/gradle/GenerateDeb.java
@@ -91,9 +91,8 @@ public File apply(Packager packager) throws Exception {
91
// }
92
93
// desktop file
94
- debTask.from(desktopFile.getParentFile(), c -> {
+ debTask.from(desktopFile, c -> {
95
c.into("/usr/share/applications");
96
- c.include(desktopFile.getName());
97
});
98
99
// symbolic link in /usr/local/bin to app binary
0 commit comments