Update Among Us - TOHE.ps1

This commit is contained in:
2024-10-07 19:42:28 +00:00
parent 9a2b513d7e
commit 9731b2bca6

View File

@@ -19,4 +19,5 @@ if ($GamePath)
Expand-Archive "$Temp\File.zip" -DestinationPath "$installPath\TOHE"
New-Item -ItemType SymbolicLink -Path "C:\Users\$env:Username\Desktop" -Name "Among Us - TOHE" -Value "$installPath\TOHE\Among Us.exe"
Remove-Item "$Temp" -Recurse
}
}
pause