File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ def makeExe = { file ->
5252 args file
5353 }
5454 } else if (System . properties[' os.name' ]. toLowerCase(). contains(' linux' )) {
55- file (" $project . rootDir /develnext-tools/Launch4jLinux/launch4j" ). setExecutable(true , true );
56- file (" $project . rootDir /develnext-tools/Launch4jLinux/bin/windres" ). setExecutable(true , true );
57- file (" $project . rootDir /develnext-tools/Launch4jLinux/bin/ld" ). setExecutable(true , true );
55+ new File (" $project . rootDir /develnext-tools/Launch4jLinux/launch4j" ). setExecutable(true , true );
56+ new File (" $project . rootDir /develnext-tools/Launch4jLinux/bin/windres" ). setExecutable(true , true );
57+ new File (" $project . rootDir /develnext-tools/Launch4jLinux/bin/ld" ). setExecutable(true , true );
5858
5959 exec {
6060 commandLine " $project . rootDir /develnext-tools/Launch4jLinux/launch4j"
You can’t perform that action at this time.
0 commit comments