[AsarUpdate] Uncomment non-standard check from testing
This commit is contained in:
parent
308f402c03
commit
b70ca76ba6
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Reference in a new issue