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 126e0c8 commit 336fe11Copy full SHA for 336fe11
src/main/java/io/github/fvarrui/javapackager/gradle/GenerateDeb.java
@@ -89,11 +89,11 @@ public File apply(Packager packager) throws Exception {
89
// c.setFileMode(0755);
90
// });
91
// }
92
-//
93
-// // desktop file
94
-// debTask.from(desktopFile, c -> {
95
-// c.into("/usr/share/applications");
96
-// });
+
+ // desktop file
+ debTask.from(desktopFile, c -> {
+ c.into("/usr/share/applications");
+ });
97
98
// symbolic link in /usr/local/bin to app binary
99
debTask.link("/usr/local/bin/" + name, "/opt/" + name + "/" + name, 0777);
0 commit comments