[AsarUpdate] Re-enable not updating on custom version from testing

main
Oj 2 years ago
parent c701c8f307
commit 688be2e1c8

@ -22,7 +22,7 @@ module.exports = async () => { // (Try) update asar
log('AsarUpdate', 'Updating...');
if (!oaVersion.startsWith('nightly-')) {
// return log('AsarUpdate', 'Found non-standard version, not updating');
return log('AsarUpdate', 'Found non-standard version, not updating');
}
const asarUrl = downloadUrls[channel];

Loading…
Cancel
Save