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