@@ -387,11 +387,10 @@ <h2>Restart</h2>
387387 } ;
388388
389389 const paths = {
390- 'stable' : '%localappdata%\\Discord\\app-1.0.9182 \\resources' ,
390+ 'stable' : '%localappdata%\\Discord\\app-1.0.9186 \\resources' ,
391391 'stable_old' : '%localappdata%\\Discord\\app-1.0.9059\\resources' ,
392- 'ptb' : '%localappdata%\\DiscordPTB\\app-1.0.1091\\resources' ,
393- 'canary' : '%localappdata%\\DiscordCanary\\app-1.0.534\\resources' ,
394- 'canary_x64' : '%localappdata%\\DiscordCanary\\app-1.0.523\\resources'
392+ 'ptb' : '%localappdata%\\DiscordPTB\\app-1.0.1135\\resources' ,
393+ 'canary' : '%localappdata%\\DiscordCanary\\app-1.0.570\\resources'
395394 } ;
396395
397396 const downloadBatch = ( ) => {
@@ -428,8 +427,6 @@ <h2>Restart</h2>
428427 `powershell -Command "Invoke-WebRequest https://github.com/GooseMod/OpenAsar/releases/download/nightly/app.asar -OutFile \\"${ path . replace ( '%localappdata%' , '$Env:LOCALAPPDATA' ) } \\app.asar\\"" > nul 2> nul`
429428}
430429
431- ${ channel === 'canary' ? `if exist "${ paths . canary_x64 } \\app.asar" powershell -Command "Invoke-WebRequest https://github.com/GooseMod/OpenAsar/releases/download/nightly/app.asar -OutFile \\"${ paths . canary_x64 . replace ( '%localappdata%' , '$Env:LOCALAPPDATA' ) } \\app.asar\\"" > nul 2> nul` : '' }
432-
433430${ channel === 'stable' ? `if exist "${ paths . stable_old } \\app.asar" powershell -Command "Invoke-WebRequest https://github.com/GooseMod/OpenAsar/releases/download/nightly/app.asar -OutFile \\"${ paths . stable_old . replace ( '%localappdata%' , '$Env:LOCALAPPDATA' ) } \\app.asar\\"" > nul 2> nul` : '' }
434431${ channel === 'stable' ? `if exist "${ degradePath ( paths . stable_old ) } \\app.asar" powershell -Command "Invoke-WebRequest https://github.com/GooseMod/OpenAsar/releases/download/nightly/app.asar -OutFile \\"${ degradePath ( paths . stable_old ) . replace ( '%localappdata%' , '$Env:LOCALAPPDATA' ) } \\app.asar\\"" > nul 2> nul` : '' }
435432${ channel === 'stable' ? `if exist "${ degradePath ( degradePath ( paths . stable_old ) ) } \\app.asar" powershell -Command "Invoke-WebRequest https://github.com/GooseMod/OpenAsar/releases/download/nightly/app.asar -OutFile \\"${ degradePath ( degradePath ( paths . stable_old ) ) . replace ( '%localappdata%' , '$Env:LOCALAPPDATA' ) } \\app.asar\\"" > nul 2> nul` : '' }
0 commit comments