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 0a6ea2c commit b4080dfCopy full SHA for b4080df
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.include(name + ".desktop");
+ c.into("/opt/" + name);
73
});
74
75
// // executable
0 commit comments