mirror of
https://github.com/processing/processing4.git
synced 2026-01-27 02:11:08 +01:00
Merge pull request #1018 from processing/macos-fix-hdr-colors
Fix a color issue on macOS
This commit is contained in:
@@ -72,6 +72,7 @@ compose.desktop {
|
||||
entitlementsFile.set(file("macos/entitlements.plist"))
|
||||
runtimeEntitlementsFile.set(file("macos/entitlements.plist"))
|
||||
appStore = true
|
||||
jvmArgs("-Dsun.java2d.metal=true")
|
||||
}
|
||||
windows{
|
||||
iconFile = rootProject.file("build/windows/processing.ico")
|
||||
|
||||
Reference in New Issue
Block a user