We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
7.7.0
35.0.0
Windows
No response
When using multiple makers, each installer should go in its own output directory.
Output files get mixed up.
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Pre-flight checklist
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):
Generate distributables:
electron-forge make
In the zip archive, there's a Squirel.exe binary.
Additional information
No response
The text was updated successfully, but these errors were encountered: