Yuri
Yuri
> whether you build and check from the package user perspective ? Thank you for waiting. Looks great to me. Exactly what I was talking about 💖
@jasonsaayman ping for review
Also what the point of showing this warning for packages with `private: true`? They are not meant to publish at all.
@erickzhao Does this task imply transition from the `"module": "commonjs"` and `"moduleResolution": "node"` in `tsconfig.json` of the [setup templates](https://github.com/electron/forge/tree/332fa793685a9694c33b28df475995233a4484b2/packages/template) to the `"module": "nodenext"` and `"moduleResolution": "bundler"`?
Any progress on this?
> [Usually, this happens if the `windowsSign` configuration is incorrect](#issuecomment-2508674554) As you can see, singing config is straightforward. It's simply impossible that the configuration is incorrect here: ```typescript new MakerSquirrel({...
> [something wrong with the certificate.](#issuecomment-2509762219) I think it's still a bug if it works using the legacy parameters and doesn't using the modern way. Can confirm this bug with...