Skip to content

Commit

Permalink
Default to /System/Library/CoreServices/Software Update.app for backu…
Browse files Browse the repository at this point in the history
…p major app upgrade
  • Loading branch information
erikng committed Feb 26, 2024
1 parent 50c34ad commit e591753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nudge/Utilities/Utils.swift
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ struct NetworkFileManager {
case 14:
return "/Applications/Install macOS Sonoma.app"
default:
return "/Applications/Install macOS Monterey.app"
return "/System/Library/CoreServices/Software Update.app"
}
}

Expand Down

0 comments on commit e591753

Please sign in to comment.