-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't build for target i686-pc-windows-msvc #2040
Comments
Hi @lucasfernog Thanks for the patch. The target is still x64. |
Seems like that's a different issue now. |
Btw did you check the correct bundle path? it's printed on the stdout. |
Something must be wrong with the wix code. I'll check it tomorrow. |
Sure, could you reopen the issue in the meanwhile? 🙏 |
Describe the bug
Hi there,
Checked out the branch
tauri-v1.0.0-beta.1
, I can build smoothly for the targetx86_64-pc-windows-msvc
, but not fori686-pc-windows-msvc
(windows 32-bit).To Reproduce
I'm using the helloworld example.
Expected behavior
It shouldn't be
info: Target: x64
but x86Screenshots

Platform and Versions (please complete the following information):
$ cargo tauri info
Operating System - Windows, version 10.0.19041 X64
Webview2 - 91.0.864.54
Node.js environment
Node.js - 16.3.0
@tauri-apps/cli - 1.0.0-beta.2
@tauri-apps/api - Not installed
Global packages
npm - 7.15.1
yarn - 1.22.10
Rust environment
rustc - 1.52.1
cargo - 1.52.0
App directory structure
/public
/src-tauri
App
tauri.rs - path:"../../../core/tauri" [1.0.0-beta.1] (no lockfile)
build-type - bundle
CSP - default-src blob: data: filesystem: ws: http: https: 'unsafe-eval' 'unsafe-inline' 'self'
distDir - ../public
devPath - ../public
The text was updated successfully, but these errors were encountered: