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