mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
macOS Distribution fixes
This commit is contained in:
@@ -109,9 +109,11 @@ tasks.compileJava{
|
||||
}
|
||||
|
||||
tasks.register<Exec>("installCreateDmg") {
|
||||
commandLine("brew", "install", "--quiet", "create-dmg")
|
||||
onlyIf { org.gradle.internal.os.OperatingSystem.current().isMacOsX }
|
||||
commandLine("arch", "-arm64", "brew", "install", "--quiet", "create-dmg")
|
||||
}
|
||||
tasks.register<Exec>("packageCustomDmg"){
|
||||
onlyIf { org.gradle.internal.os.OperatingSystem.current().isMacOsX }
|
||||
group = "compose desktop"
|
||||
|
||||
val distributable = tasks.named<AbstractJPackageTask>("createDistributable").get()
|
||||
|
||||
Reference in New Issue
Block a user