From 65a86a6e97facd47ef7683e3fcb8c084c69aed24 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com.> Date: Thu, 12 Dec 2024 23:16:27 +0000 Subject: [PATCH] remove mac 18+ --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index ed557e06..47b14d15 100644 --- a/build.gradle +++ b/build.gradle @@ -141,11 +141,11 @@ jpackage { macAppStore = false // Not targeting App Store initially // Add license and other documentation to DMG - macDmgContent = [ + /*macDmgContent = [ "README.md", "LICENSE", "CHANGELOG.md" - ] + ]*/ // Enable Mac-specific entitlements //macEntitlements = "entitlements.plist" // You'll need to create this file