From 5b550789dab73515ea73c3eecdf72370f68c22cc Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 28 Aug 2024 12:37:20 +0200 Subject: [PATCH] Install `osu!lazer` per user --- scripts/Windows/Software/osu!lazer/Manage.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Windows/Software/osu!lazer/Manage.ps1 b/scripts/Windows/Software/osu!lazer/Manage.ps1 index 8fd65598..5853c4c9 100644 --- a/scripts/Windows/Software/osu!lazer/Manage.ps1 +++ b/scripts/Windows/Software/osu!lazer/Manage.ps1 @@ -7,7 +7,7 @@ param( . "$PSScriptRoot/../../../Common/Scripts/System.ps1"; Start-SoftwareInstaller @PSBoundParameters ` - -Installer { + -UserConfigurator { $file = "osu!lazer.exe"; $processName = "osu!"; $dir = New-TemporaryDirectory;