mirror of
https://github.com/everoddandeven/monerod-gui.git
synced 2024-12-22 11:39:25 +00:00
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
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:
parent
b8e96a248e
commit
668078f998
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue