Remove code duplication

This commit is contained in:
Manuel Thalmann 2024-08-09 01:33:04 +02:00
parent c3cc94e57d
commit f21ff7e5f0

View file

@ -21,9 +21,10 @@ $null = New-Module {
$packageName = $version[0];
Write-Host "Installing ``$packageName``";
Install-ChocoPackage $packageName;
}
Remove-DesktopIcon "CocosCreator*";
Remove-DesktopIcon "Unity Hub*";
}
};
# ToDo: Add restoration