fix: migrate from asar to @electron/asar
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user