You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/en/config/lib/experiments.mdx
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,6 +175,14 @@ For string targets, Rslib treats the value as a custom Node.js executable path.
175
175
176
176
This also means that when multiple targets are enabled, the version resolved from a custom binary path affects the suffix of the final output file name.
177
177
178
+
:::info macOS target signing
179
+
180
+
`darwin` targets are only signed automatically when the build itself runs on macOS.
181
+
182
+
If you generate a macOS executable on Linux or Windows, the output remains unsigned. In most cases, you need to sign it on macOS before it can run normally.
183
+
184
+
:::
185
+
178
186
Here is an example that generates executables for multiple platforms in a single build:
0 commit comments