Skip to content

Commit 924f0f2

Browse files
committed
deploy: bba3752
1 parent a06d41d commit 924f0f2

10 files changed

Lines changed: 30 additions & 60 deletions

File tree

index.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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` : ''}

page/10/index.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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` : ''}

page/2/index.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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` : ''}

page/3/index.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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` : ''}

page/4/index.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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` : ''}

page/5/index.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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` : ''}

page/6/index.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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` : ''}

page/7/index.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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` : ''}

page/8/index.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)