Skip to content

Commit c4cfd71

Browse files
committed
Update GenerateDeb.java
1 parent b4080df commit c4cfd71

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
@@ -69,7 +69,7 @@ public File apply(Packager packager) throws Exception {
6969

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

7575
// // executable

0 commit comments

Comments
 (0)