Restore generic apps in the personal collection
This commit is contained in:
parent
eebe795237
commit
25f8e9ec67
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue