Skip to content

Commit bc4bc3a

Browse files
committed
fix typo
1 parent 93a39e1 commit bc4bc3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/electron/src/main/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {app} from 'electron'
22
import NativePHP from '#plugin'
33
import path from 'path'
44

5-
const buildPath = path.resolve(import.meta.dirname, import.meta.env.VITE_NATIVEPHP_BUILD_PATH);
5+
const buildPath = path.resolve(import.meta.dirname, import.meta.env.MAIN_VITE_NATIVEPHP_BUILD_PATH);
66

77
const defaultIcon = path.join(buildPath, 'icon.png')
88
const certificate = path.join(buildPath, 'cacert.pem')

0 commit comments

Comments
 (0)