We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93a39e1 commit bc4bc3aCopy full SHA for bc4bc3a
resources/electron/src/main/index.js
@@ -2,7 +2,7 @@ import {app} from 'electron'
2
import NativePHP from '#plugin'
3
import path from 'path'
4
5
-const buildPath = path.resolve(import.meta.dirname, import.meta.env.VITE_NATIVEPHP_BUILD_PATH);
+const buildPath = path.resolve(import.meta.dirname, import.meta.env.MAIN_VITE_NATIVEPHP_BUILD_PATH);
6
7
const defaultIcon = path.join(buildPath, 'icon.png')
8
const certificate = path.join(buildPath, 'cacert.pem')
0 commit comments