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