Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Jul 27, 2023
1 parent 8fbfc9b commit 5ebe4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/server/php.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function getArgumentEnv() {
return env;
}
function getAppPath() {
let appPath = (0, path_1.join)(__dirname, '../../../../resources/app/').replace('app.asar', 'app.asar.unpacked');
let appPath = (0, path_1.join)(__dirname, '../../../../../resources/app/').replace('app.asar', 'app.asar.unpacked');
if (process.env.NODE_ENV === 'development' || argumentEnv.TESTING == 1) {
appPath = process.env.APP_PATH || argumentEnv.APP_PATH;
}
Expand Down

0 comments on commit 5ebe4cf

Please sign in to comment.