We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
package.json line:
Expected behavior Expected to see release folder with .exe launcher
Desktop (please complete the following information):
Additional context Project documentation not finished. Impossible to build application
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Error:
To Reproduce
Steps to reproduce the behavior:
package.json line:
"electron:build:windows": "npm run build:prod && electron-builder build -w"`Expected behavior
Expected to see release folder with .exe launcher
Desktop (please complete the following information):
Additional context
Project documentation not finished. Impossible to build application
The text was updated successfully, but these errors were encountered: