diff --git a/Among Us - TOHE.ps1 b/Among Us - TOHE.ps1 index b28c6d1..7cfd1fb 100644 --- a/Among Us - TOHE.ps1 +++ b/Among Us - TOHE.ps1 @@ -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 - } \ No newline at end of file + } +pause \ No newline at end of file