[build] Fix wpical and sysid icons on macOS (#8243)

Fixes #8239
This commit is contained in:
sciencewhiz
2025-09-20 20:30:44 -07:00
committed by GitHub
parent 4522cca70f
commit c575a23e8e
2 changed files with 2 additions and 2 deletions

View File

@@ -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) {

View File

@@ -11,7 +11,7 @@
<key>CFBundleIdentifier</key>
<string>edu.wpi.first.tools.WPIcal</string>
<key>CFBundleIconFile</key>
<string>ov.icns</string>
<string>wpical.icns</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSupportedPlatforms</key>