Skip to content

Commit e86a728

Browse files
committed
upgrade packages to remove vulnerabilities
1 parent cdf552a commit e86a728

File tree

5 files changed

+159
-215
lines changed

5 files changed

+159
-215
lines changed

internals/scripts/patchDeps.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function fixElectronPathTxt() {
2424
if (!existsSync(pathTxt)) return;
2525

2626
const current = readFileSync(pathTxt, 'utf8').trim();
27-
const correct = 'dist/Electron.app/Contents/MacOS/Electron';
27+
const correct = 'Electron.app/Contents/MacOS/Electron';
2828
const binary = join(root, 'node_modules/electron', correct);
2929

3030
if (current !== correct && existsSync(binary)) {

0 commit comments

Comments
 (0)