Fix windows zip extraction
Some checks failed
MacOS - x64 DMG Build / build (20) (push) Has been cancelled
Lint Test / build (20) (push) Has been cancelled
Linux - AppImage Build / build (20) (push) Has been cancelled
Linux - x86_64 RPM Build / build (20) (push) Has been cancelled
Linux - x64 DEB Build / build (20) (push) Has been cancelled
MacOS Build / build (20) (push) Has been cancelled
Windows Build / build (20) (push) Has been cancelled

This commit is contained in:
everoddandeven 2024-11-14 17:33:59 +01:00
parent b8e96a248e
commit 668078f998

View file

@ -9,8 +9,8 @@ import { createHash } from 'crypto';
import * as tar from 'tar';
import * as os from 'os';
import AutoLaunch from './auto-launch';
import AdmZip from 'adm-zip';
const AdmZip = require('adm-zip');
const pidusage = require('pidusage');
const batteryLevel = require('battery-level');
const network = require('network');