Skip to content

Commit

Permalink
add backup path for Ventura installer
Browse files Browse the repository at this point in the history
  • Loading branch information
pro4tlzz committed Sep 8, 2022
1 parent b611599 commit 914c91a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Nudge/Utilities/Utils.swift
Expand Up @@ -308,6 +308,8 @@ struct Utils {
func getBackupMajorUpgradeAppPath() -> String {
if getMajorRequiredNudgeOSVersion() == 12 {
return "/Applications/Install macOS Monterey.app"
} else if getMajorRequiredNudgeOSVersion() == 13 {
return "/Applications/Install macOS Ventura.app"
} else { // TODO: Update this for next year with another else if
return "/Applications/Install macOS Monterey.app"
}
Expand Down

0 comments on commit 914c91a

Please sign in to comment.