action-electron-builder
action-electron-builder copied to clipboard
Application entry file does not exist
Error on running pipeline:
Application entry file "out\main\index.js" in the "D:\a\electron-test\electron-test\dist\win-unpacked\resources\app.asar" does not exist. Seems like a wrong configuration. failedTask=build stackTrace=Error: Application entry file "out\main\index.js" in the "D:\a\electron-test\electron-test\dist\win-unpacked\resources\app.asar" does not exist. Seems like a wrong configuration.
My electron.vite.config.ts:
My electron-builder.yml:
My structure is like this:
- project
- electron
- main
- preload
- src
- main.tsx
- index.html
- electron
Can you include your package.json file ?