Skip to content

Commit d6afe48

Browse files
committed
we check if the bundle is already there
1 parent 360a9a2 commit d6afe48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ func oldInstallExists() bool {
453453
if binIsOld {
454454
return false
455455
}
456-
return oldAgentPath.Exist()
456+
return oldAgentPath.Join("ArduinoCreateAgent.app").Exist()
457457
}
458458

459459
// printDialog will print a GUI error dialog on macos

0 commit comments

Comments
 (0)