Skip to content

Commit c577f84

Browse files
committed
fix(windows-installer): msi target also supports arm now
1 parent f8ca7c2 commit c577f84

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

+1-4
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,7 @@ Now you can add the rust target with `rustup target add aarch64-pc-windows-msvc`
167167

168168
:::info
169169

170-
Only the NSIS target supports ARM64 targets, so if you configured Tauri to compile all bundle types
171-
you may want to change the above command to `tauri build --target aarch64-pc-windows-msvc --bundles nsis` to only build the NSIS installer.
172-
173-
Note that the installer itself will still be x86 running on the ARM machine via emulation. The app itself will be a native ARM64 binary.
170+
Note that the NSIS installer itself will still be x86 running on the ARM machine via emulation. The app itself will be a native ARM64 binary.
174171

175172
:::
176173

0 commit comments

Comments
 (0)