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

This commit is contained in:
Ducko 2021-12-18 22:50:18 +00:00
parent c701c8f307
commit 688be2e1c8
1 changed files with 1 additions and 1 deletions

View File

@ -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];