8000 wip · NativePHP/electron-plugin@5ebe4cf · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 5ebe4cf

Browse files
committed
wip
1 parent 8fbfc9b commit 5ebe4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/server/php.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function getArgumentEnv() {
6565
return env;
6666
}
6767
function getAppPath() {
68-
let appPath = (0, path_1.join)(__dirname, '../../../../resources/app/').replace('app.asar', 'app.asar.unpacked');
68+
let appPath = (0, path_1.join)(__dirname, '../../../../../resources/app/').replace('app.asar', 'app.asar.unpacked');
6969
if (process.env.NODE_ENV === 'development' || argumentEnv.TESTING == 1) {
7070
appPath = process.env.APP_PATH || argumentEnv.APP_PATH;
7171
}

0 commit comments

Comments
 (0)
0