Skip to content

Commit 1764b7a

Browse files
authored
Update windows-installer.mdx to display correct FIPS environment variable (#3394)
1 parent 4b62aad commit 1764b7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/distribute/windows-installer.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,11 @@ tauri-plugin-notification = { version = "2.0.0", features = [ "windows7-compat"
196196

197197
## FIPS Compliance
198198

199-
If your system requires the MSI bundle to be FIPS compliant you can set the `TAURI_FIPS_COMPLIANT` environment variable to `true`
199+
If your system requires the MSI bundle to be FIPS compliant you can set the `TAURI_BUNDLER_WIX_FIPS_COMPLIANT` environment variable to `true`
200200
before running `tauri build`. In PowerShell you can set it for the current terminal session like this:
201201

202202
```powershell
203-
$env:TAURI_FIPS_COMPLIANT="true"
203+
$env:TAURI_BUNDLER_WIX_FIPS_COMPLIANT="true"
204204
```
205205

206206
## WebView2 Installation Options

0 commit comments

Comments
 (0)