Closed
Description
Error:
electron-builder version=25.1.8 os=10.0.19045
• loaded configuration file=X:\Projects\Github\iptvnator\electron-builder.json
• writing effective config file=release\builder-effective-config.yaml
• executing @electron/rebuild electronVersion=33.2.0 arch=ia32 buildFromSource=false appDir=./
• installing native dependencies arch=ia32
• completed installing native dependencies
• packaging platform=win32 arch=ia32 electron=33.2.0 appOutDir=release\win-ia32-unpacked
• updating asar integrity executable resource executablePath=release\win-ia32-unpacked\IPTVnator.exe
⨯ Application entry file "electron\main.js" in the "X:\Projects\Github\iptvnator\release\win-ia32-unpacked\resources\app.asar" does not exist. Seems like a wrong configuration. failedTask=build stackTrace=Error: Application entry file "electron\main.js" in the "X:\Projects\Github\iptvnator\release\win-ia32-unpacked\resources\app.asar" does not exist. Seems like a wrong configuration.
To Reproduce
Steps to reproduce the behavior:
- add in to
package.json line:
"electron:build:windows": "npm run build:prod && electron-builder build -w"` - run script
- get error
Expected behavior
Expected to see release folder with .exe launcher
Desktop (please complete the following information):
- Electron application
- OS: Windows 11
- Browser Chrome
Additional context
Project documentation not finished. Impossible to build application
Metadata
Assignees
Labels
No labels
Activity