[AsarUpdate] Uncomment non-standard check from testing

This commit is contained in:
Ducko 2022-02-15 22:14:33 +00:00
parent 308f402c03
commit b70ca76ba6

View file

@ -18,7 +18,7 @@ const getAsarHash = () => crypto.createHash('sha512').update(fs.readFileSync(asa
module.exports = async () => { // (Try) update asar
log('AsarUpdate', 'Updating...');
// if (!oaVersion.startsWith('nightly-')) return log('AsarUpdate', 'Non-standard version');
if (!oaVersion.startsWith('nightly-')) return log('AsarUpdate', 'Non-standard version');
const asarUrl = downloadUrls[channel];