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

Commit 8fbfc9b

Browse files
committed
Fix path when bundling the app
1 parent ea5b463 commit 8fbfc9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/php.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function getArgumentEnv() {
7474
}
7575

7676
function getAppPath() {
77-
let appPath = join(__dirname, '../../../../resources/app/').replace('app.asar', 'app.asar.unpacked')
77+
let appPath = join(__dirname, '../../../../../resources/app/').replace('app.asar', 'app.asar.unpacked')
7878

7979
if (process.env.NODE_ENV === 'development' || argumentEnv.TESTING == 1) {
8080
appPath = process.env.APP_PATH || argumentEnv.APP_PATH;

0 commit comments

Comments
 (0)