Skip to content

Commit 183b1e9

Browse files
aaronliu0130GreenMan36
authored andcommitted
Fix downloading
1 parent 01570b8 commit 183b1e9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

installer/openasar_installer.bat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ setlocal enabledelayedexpansion
66
rem lil animation, can be skipped by pressing any key 3 times
77
cls
88
echo.
9-
echo Installer updated and maintained by @greenman36
9+
echo Installer updated by @aaronliu and maintained by @greenman36
1010
echo.
1111
echo #### ### #### # # ## #### ## ###
1212
echo # # # # # ## # # # # # # # #
@@ -17,7 +17,7 @@ echo.
1717
C:\Windows\System32\TIMEOUT.exe /t 1 > nul 2> nul
1818
cls
1919
echo.
20-
echo Installer updated and maintained by @greenman36
20+
echo Installer updated by @aaronliu and maintained by @greenman36
2121
echo.
2222
echo ==== === ==== = = == ==== == ===
2323
echo = = = = = == = = = = = = = =
@@ -28,7 +28,7 @@ echo.
2828
C:\Windows\System32\TIMEOUT.exe /t 1 > nul 2> nul
2929
cls
3030
echo.
31-
echo Installer updated and maintained by @greenman36
31+
echo Installer updated by @aaronliu and maintained by @greenman36
3232
echo.
3333
echo .... ... .... . . .. .... .. ...
3434
echo . . . . . .. . . . . . . . .
@@ -140,7 +140,7 @@ if errorlevel 1 (
140140
rem Download OpenAsar, change the color so the download bar blends in
141141
color 36
142142
echo 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

145145
if 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

Comments
 (0)