Build target: x86 #2008
Answered
by
joaobsantos
joaobsantos
asked this question in
Q&A
-
Hi guys, I cant build an x86 version of my app for windows, can you help me? |
Beta Was this translation helpful? Give feedback.
Answered by
joaobsantos
Jun 20, 2021
Replies: 1 comment
-
So with help from SamirDjelal I've create a 32bit exe like this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
joaobsantos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So with help from SamirDjelal I've create a 32bit exe like this:
rustup target list
rustup target add i686-pc-windows-msvc
tauri build --target i686-pc-windows-msvc