Restore generic apps in the personal collection

This commit is contained in:
Manuel Thalmann 2024-02-05 23:38:09 +01:00
parent 4cfce498e1
commit f8762fb7b9

View file

@ -30,6 +30,7 @@ function Backup-PersonalApps([Context] $context) {
function Restore-PersonalApps([Context] $context) { function Restore-PersonalApps([Context] $context) {
# Backed up applications # Backed up applications
Restore-GenericApps $context;
Restore-LogitechGHUB $context; Restore-LogitechGHUB $context;
Restore-TmNations $context; Restore-TmNations $context;
Restore-TmUnited $context; Restore-TmUnited $context;