mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
[FIX] Скачка launch4j.
This commit is contained in:
parent
4fe0bf4195
commit
c75addd930
2 changed files with 7 additions and 6 deletions
|
@ -60,7 +60,10 @@ bundle project(':Radon')
|
||||||
}
|
}
|
||||||
|
|
||||||
launch4j('net.sf.launch4j:launch4j:3.12') {
|
launch4j('net.sf.launch4j:launch4j:3.12') {
|
||||||
exclude group: '*'
|
exclude group: 'org.apache.ant'
|
||||||
|
exclude group: 'net.java.abeille'
|
||||||
|
exclude group: 'foxtrot'
|
||||||
|
exclude group: 'com.jgoodies'
|
||||||
}
|
}
|
||||||
|
|
||||||
launch4jCJ('net.sf.launch4j:launch4j:3.12:workdir-win32') {
|
launch4jCJ('net.sf.launch4j:launch4j:3.12:workdir-win32') {
|
||||||
|
@ -103,10 +106,8 @@ task launch4jA(type: Copy) {
|
||||||
eachFile { FileCopyDetails fcp ->
|
eachFile { FileCopyDetails fcp ->
|
||||||
if (fcp.name.startsWith("launch4j")) {
|
if (fcp.name.startsWith("launch4j")) {
|
||||||
fcp.name = "launch4j.jar"
|
fcp.name = "launch4j.jar"
|
||||||
fcp.mode = 0755
|
|
||||||
} else {
|
|
||||||
fcp.exclude()
|
|
||||||
}
|
}
|
||||||
|
fcp.mode = 0755
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
2
modules
2
modules
|
@ -1 +1 @@
|
||||||
Subproject commit 0e32128c6c8f569d67eff4e94777c6b8ef696345
|
Subproject commit c01e45473c72484b8b83235935f96f38ec9cca0d
|
Loading…
Reference in a new issue