jpackageZip: Make files under bin executable
This commit is contained in:
@@ -56,6 +56,11 @@ tasks {
|
|||||||
from("${layout.buildDirectory.get()}/jpackage") {
|
from("${layout.buildDirectory.get()}/jpackage") {
|
||||||
include("**/*")
|
include("**/*")
|
||||||
}
|
}
|
||||||
|
filesMatching("**/bin/*") {
|
||||||
|
permissions {
|
||||||
|
unix("0755")
|
||||||
|
}
|
||||||
|
}
|
||||||
dependsOn("jpackage")
|
dependsOn("jpackage")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user