Skip to content

Mixed up files when using multiple makers: Squirrel files end up in the zip #3870

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

Open
3 tasks done
merwaaan opened this issue Mar 5, 2025 · 0 comments
Open
3 tasks done

Comments

@merwaaan
Copy link

merwaaan commented Mar 5, 2025

Pre-flight checklist

  • I have read the contribution documentation for this project.
  • I agree to follow the code of conduct that this project uses.
  • I have searched the issue tracker for a bug that matches the one I want to file, without success.

Forge version

7.7.0

Electron version

35.0.0

Operating system

Windows

Last known working Forge version

No response

Expected behavior

When using multiple makers, each installer should go in its own output directory.

Actual behavior

Output files get mixed up.

Steps to reproduce

Start from a template:

npx create-electron-app@latest my-app --template=webpack-typescript

Modify forge.config.ts to have two makers (by default, there's a single one on Windows):

// ...
makers: [new MakerSquirrel({}), new MakerZIP({})],
// ...

Generate distributables:

electron-forge make

In the zip archive, there's a Squirel.exe binary.

Image

Additional information

No response

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