Fix non-functioning script
This commit is contained in:
parent
8daed09ab8
commit
d6df09358c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
. "$PSScriptRoot/../../Scripts/Context.ps1";
|
||||
|
||||
$null = New-Module {
|
||||
$path = "$(Get-KnownFolder -SpecialFolder ProgramFilesX86)/osu!";
|
||||
$path = "$((Get-KnownFolder -SpecialFolder ProgramFilesX86).Path)/osu!";
|
||||
$softwareName = "osu!";
|
||||
$genericConfigName = "osu!.User.cfg";
|
||||
|
||||
|
|
Loading…
Reference in a new issue