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