Fix incorrect file path

This commit is contained in:
Manuel Thalmann 2023-07-20 20:17:31 +02:00
parent 751cf2c48c
commit f1717b2dd8

View file

@ -5,7 +5,7 @@ function Install-Firefox {
param([Context] $context)
$tempDir = $context.GetTempDirectory();
$configFile = "DefaultAssociations.xml";
$configFile = "$tempDir/DefaultAssociations.xml";
Push-Location $tempDir;
Write-Host "Installing Firefox";