#Building a Single Executable for 32-bit and 64-bit Systems in Tauri

6 messages · Page 1 of 1 (latest)

rustic dagger
#

How can I build my Tauri app as a single file compatible with both 32-bit and 64-bit systems?

viscid moth
#

just build for 32bit

#

32bit apps work on 64bit as well

#

p.s. afaik windows doesn't have the concept of multi arch executables (like macOS has for example)

viscid moth
#

ah i thought you meant the app exe itself