Install osu!lazer per user

This commit is contained in:
Manuel Thalmann 2024-08-28 12:37:20 +02:00
parent a51999007e
commit 5b550789da

View file

@ -7,7 +7,7 @@ param(
. "$PSScriptRoot/../../../Common/Scripts/System.ps1"; . "$PSScriptRoot/../../../Common/Scripts/System.ps1";
Start-SoftwareInstaller @PSBoundParameters ` Start-SoftwareInstaller @PSBoundParameters `
-Installer { -UserConfigurator {
$file = "osu!lazer.exe"; $file = "osu!lazer.exe";
$processName = "osu!"; $processName = "osu!";
$dir = New-TemporaryDirectory; $dir = New-TemporaryDirectory;