Skip to content

Commit 0a6ea2c

Browse files
committed
Update GenerateDeb.java
1 parent ee47584 commit 0a6ea2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ public File apply(Packager packager) throws Exception {
6868
debTask.into("/opt/" + name);
6969

7070
// includes app folder files, except executable file and jre/bin/java
71-
debTask.from("build/assets", c -> {
72-
c.include(name + ".desktop");
71+
debTask.from("build/assets/" + name + ".desktop", c -> {
72+
// c.include(name + ".desktop");
7373
});
7474

7575
// // executable

0 commit comments

Comments
 (0)