We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ca7c2 commit c577f84Copy full SHA for c577f84
src/content/docs/distribute/windows-installer.mdx
@@ -167,10 +167,7 @@ Now you can add the rust target with `rustup target add aarch64-pc-windows-msvc`
167
168
:::info
169
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.
+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.
174
175
:::
176
0 commit comments