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

Auto updater doesn't support modern yaml syntax #8513

Closed
mikey0000 opened this issue Sep 20, 2024 · 2 comments
Closed

Auto updater doesn't support modern yaml syntax #8513

mikey0000 opened this issue Sep 20, 2024 · 2 comments

Comments

@mikey0000
Copy link

  • Electron-Builder Version:
    latest
  • Node Version:
  • Electron Version:
  • Electron Type (current, beta, nightly):
  • Target:
    mac

when using yq to merge some file entries it produces a files list with the following

files: |-

which is supposedly valid?

electron auto updater fails with files.map is not a function

@mmaietta
Copy link
Collaborator

We use the latest version of https://www.npmjs.com/package/js-yaml under-the-hood. Not sure if there's anything electron-builder can do here.

@mikey0000
Copy link
Author

Thanks, I'll see if yq peeps can help resolve this.

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

2 participants