fix: migrate from asar to @electron/asar

This commit is contained in:
Samuel Attard
2022-10-18 16:06:38 -07:00
parent d902197267
commit 691e4ef31d
4 changed files with 15 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
import * as asar from 'asar';
import * as asar from '@electron/asar';
import { execFileSync } from 'child_process';
import * as crypto from 'crypto';
import * as fs from 'fs-extra';

View File

@@ -1,5 +1,5 @@
import { spawn } from '@malept/cross-spawn-promise';
import * as asar from 'asar';
import * as asar from '@electron/asar';
import * as crypto from 'crypto';
import * as fs from 'fs-extra';
import * as minimatch from 'minimatch';