@@ -6,7 +6,7 @@ setlocal enabledelayedexpansion
66rem lil animation, can be skipped by pressing any key 3 times
77cls
88echo .
9- echo Installer updated and maintained by @greenman36
9+ echo Installer updated by @aaronliu and maintained by @greenman36
1010echo .
1111echo #### ### #### # # ## #### ## ###
1212echo # # # # # ## # # # # # # # #
1717C:\Windows\System32\TIMEOUT.exe /t 1 > nul 2 > nul
1818cls
1919echo .
20- echo Installer updated and maintained by @greenman36
20+ echo Installer updated by @aaronliu and maintained by @greenman36
2121echo .
2222echo ==== === ==== = = == ==== == ===
2323echo = = = = = == = = = = = = = =
2828C:\Windows\System32\TIMEOUT.exe /t 1 > nul 2 > nul
2929cls
3030echo .
31- echo Installer updated and maintained by @greenman36
31+ echo Installer updated by @aaronliu and maintained by @greenman36
3232echo .
3333echo .... ... .... . . .. .... .. ...
3434echo . . . . . .. . . . . . . . .
@@ -140,7 +140,7 @@ if errorlevel 1 (
140140rem Download OpenAsar, change the color so the download bar blends in
141141color 36
142142echo 2. Downloading OpenAsar
143- powershell -Command " Invoke-WebRequest https://github.com/GooseMod/OpenAsar/releases/download/nightly/app.asar -OutFile \ " %localappdata% \%discordApp% \app-%version% \resources\app.asar\ " " > nul 2 > nul
143+ powershell -Command " Invoke-WebRequest https://github.com/GooseMod/OpenAsar/releases/download/nightly/app.asar -OutFile " %localappdata% \%discordApp% \app-%version% \resources\app.asar" " > nul 2 > nul
144144
145145if exist " %localappdata% \%discordApp% \app-%version% \resources\_app.asar" (
146146 copy " %localappdata% \%discordApp% \app-%version% \resources\app.asar" " %localappdata% \%discordApp% \app-%version% \resources\_app.asar"
0 commit comments