forge
forge copied to clipboard
Maker MSIX doesn't use the Config
Pre-flight checklist
- [x] I have read the contribution documentation for this project.
- [x] I agree to follow the code of conduct that this project uses.
- [x] I have searched the issue tracker for a bug that matches the one I want to file, without success.
Forge version
7.6.0
Electron version
v33.3.0
Operating system
Windows 11 (22631)
Last known working Forge version
No response
Expected behavior
The MakerMSIX package isn't taking the passed in config and modifying what it passes to the underlying package it uses.
Actual behavior
It only passes the default config because this.config is an empty object.
Steps to reproduce
Attempt to make any build with some sort of configuration passed to the MakerMSIX.
Additional information
I have attempted to use both a factory for the config and a regular object.
Forge version
7.6.0
Afaik MSIX support was only added in v7.10. Can you try upgrading?
CC @bitdisaster