From c575a23e8ec36104b375eecbcd46e74d54b3bcdb Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Sat, 20 Sep 2025 20:30:44 -0700 Subject: [PATCH] [build] Fix wpical and sysid icons on macOS (#8243) Fixes #8239 --- sysid/publish.gradle | 2 +- wpical/Info.plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sysid/publish.gradle b/sysid/publish.gradle index c998accd30..a891b138d9 100644 --- a/sysid/publish.gradle +++ b/sysid/publish.gradle @@ -27,7 +27,7 @@ model { // We are now in the binary that we want. // This is the default application path for the ZIP task. def applicationPath = binary.executable.file - def icon = file("$project.projectDir/src/main/native/mac/ov.icns") + def icon = file("$project.projectDir/src/main/native/mac/sysid.icns") // Create the macOS bundle. def bundleTask = project.tasks.create("bundleSysIdOsxApp" + binary.targetPlatform.architecture.name, Copy) { diff --git a/wpical/Info.plist b/wpical/Info.plist index 473286a8aa..f2ea6c58b1 100644 --- a/wpical/Info.plist +++ b/wpical/Info.plist @@ -11,7 +11,7 @@ CFBundleIdentifier edu.wpi.first.tools.WPIcal CFBundleIconFile - ov.icns + wpical.icns CFBundlePackageType APPL CFBundleSupportedPlatforms