PortValhalla/scripts/Windows/Software/tm-nations-forever/Main.ps1

13 lines
427 B
PowerShell
Raw Normal View History

2024-10-13 13:35:24 +00:00
. "$PSScriptRoot/../tm-united-forever/Manage.ps1";
2024-09-24 16:15:06 +00:00
. "$PSScriptRoot/../../Scripts/SoftwareManagement.ps1";
. "$PSScriptRoot/../../../Common/Scripts/Software.ps1";
$parameters = Get-TMForeverInstallerComponents `
-IconName "TmNationsForever" `
-UserDirectory "$HOME/Documents/TmForever" `
-Installer {
Install-WingetPackage Nadeo.TrackManiaNationsForever;
};
2024-09-30 03:00:20 +00:00
Start-SoftwareInstaller @args @parameters;