Skip to content

Commit 52fa9a2

Browse files
authored
fix: add missing app (#81)
1 parent 4e631b7 commit 52fa9a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entry-asar/has-asar.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
const { app } = require('electron');
12
const path = require('path');
23

34
if (process.arch === 'arm64') {

0 commit comments

Comments
 (0)