From 87d74a48f0b862ecbb65fbff9453e5840ea50d18 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sun, 2 Jul 2023 18:05:48 +0200 Subject: [PATCH] Set a default value for the TMUF exe --- scripts/Windows/Software/TrackMania United Forever/Manage.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Windows/Software/TrackMania United Forever/Manage.ps1 b/scripts/Windows/Software/TrackMania United Forever/Manage.ps1 index 6a453087..6d762a0f 100644 --- a/scripts/Windows/Software/TrackMania United Forever/Manage.ps1 +++ b/scripts/Windows/Software/TrackMania United Forever/Manage.ps1 @@ -21,7 +21,7 @@ $null = New-Module { } Write-Information "Determining location of setup file"; - $exePath; + $exePath = ""; while (-not (Test-Path $exePath)) { $exePath = Read-Host "Please drag'n'drop the setup file here or type the absolute path to the file";