Skip to content
New issue

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

app-update.yml Not Generated When Using –prepackaged with .json Config in electron-builder #8266

Open
maoryadin opened this issue Jun 19, 2024 · 0 comments

Comments

@maoryadin
Copy link

maoryadin commented Jun 19, 2024

Issue Details:

When using electron-builder with the --prepackaged option for a .json configuration file, the app-update.yml file is not generated. This issue occurs despite following the standard procedure for building and packaging the Electron application.

Steps to Reproduce:

1.	Create a .json configuration file for electron-builder.
2.	Run electron-builder with the --prepackaged option.(make sure app-update.yml is not exist in the .app)
3.	Observe that the app-update.yml file is not generated in the output directory.

Expected Behavior:

The app-update.yml file should be generated in the output directory when using the --prepackaged option with a .json configuration file.

Actual Behavior:

The app-update.yml file is not generated.

Additional Context:

the .app is generated with electron-forge and also do not include (make sense) an app-update.yml. it is look like it is just ignoring adding/modifying the Resource folder before packaging it to a .dmg file

Thank you for looking into this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant