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 ee47584 commit 0a6ea2cCopy full SHA for 0a6ea2c
src/main/java/io/github/fvarrui/javapackager/gradle/GenerateDeb.java
@@ -68,8 +68,8 @@ public File apply(Packager packager) throws Exception {
68
debTask.into("/opt/" + name);
69
70
// includes app folder files, except executable file and jre/bin/java
71
- debTask.from("build/assets", c -> {
72
- c.include(name + ".desktop");
+ debTask.from("build/assets/" + name + ".desktop", c -> {
+ // c.include(name + ".desktop");
73
});
74
75
// // executable
0 commit comments