Removed line that broke the auto updater

This commit is contained in:
Izuco 2021-11-28 18:04:49 +01:00
parent a2070aa16d
commit 5be607ff2f
No known key found for this signature in database
GPG key ID: 318460063D70949F

View file

@ -13,7 +13,6 @@ const workingDir = (process as NodeJS.Process & {
const updateFilePlace = path.join(workingDir, 'config', 'updates.json');
const updateIgnore = [
'*.json',
'*.d.ts',
'.git',
'lib',