forge icon indicating copy to clipboard operation
forge copied to clipboard

Maker MSIX doesn't use the Config

Open christiangrothaus opened this issue 4 weeks ago • 1 comments

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.

christiangrothaus avatar Nov 28 '25 19:11 christiangrothaus

Forge version

7.6.0

Afaik MSIX support was only added in v7.10. Can you try upgrading?

CC @bitdisaster

nikwen avatar Dec 02 '25 00:12 nikwen