diff --git a/scripts/Windows/Collections/Personal.ps1 b/scripts/Windows/Collections/Personal.ps1 index 8ea060cc..84a4eebe 100644 --- a/scripts/Windows/Collections/Personal.ps1 +++ b/scripts/Windows/Collections/Personal.ps1 @@ -30,6 +30,7 @@ function Backup-PersonalApps([Context] $context) { function Restore-PersonalApps([Context] $context) { # Backed up applications + Restore-GenericApps $context; Restore-LogitechGHUB $context; Restore-TmNations $context; Restore-TmUnited $context;