We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when run yarn tauri build --target i686-pc-windows-msvc, get error like blow, It's work find on Tauri 1.2.0, but get error on Tauri 1.3.0
yarn tauri build --target i686-pc-windows-msvc
Running makensis.exe to produce D:\Projects\tauri-super-tool\src-tauri\target\i686-pc-windows-msvc\debug\bundle\nsis\你好_0.2.0_x86-setup.exe File: "D:\Projects\tauri-super-tool\src-tauri\target\i686-pc-windows-msvc\debug\浣犲ソ.exe" -> no files found. Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] | /oname=outfile one_file_only) Error in script "D:\Projects\tauri-super-tool\src-tauri\target\i686-pc-windows-msvc\debug\nsis\x86\installer.nsi" on line 421 -- aborting creation process Error failed to bundle project: 系统找不到指定的文件。 (os error 2)
系统找不到指定的文件。 (os error 2)
No response
OS: Windows 10.0.22621 X64 ✔ WebView2: 112.0.1722.68 ✔ MSVC: Visual Studio Community 2022 ✔ rustc: 1.68.2 (9eb3afe9e 2023-03-27) ✔ Cargo: 1.68.2 (6feb7c9cf 2023-03-26) ✔ rustup: 1.25.2 (17db695f1 2023-02-01) ✔ Rust toolchain: stable-x86_64-pc-windows-msvc (default) - node: 18.16.0 - yarn: 1.22.19 - npm: 9.6.7
"package": { "productName": "你好", "version": "0.2.0" },
The text was updated successfully, but these errors were encountered:
duplicate of #7036, will be fixed in the next release.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
when run
yarn tauri build --target i686-pc-windows-msvc
, get error like blow, It's work find on Tauri 1.2.0, but get error on Tauri 1.3.0Running makensis.exe to produce D:\Projects\tauri-super-tool\src-tauri\target\i686-pc-windows-msvc\debug\bundle\nsis\你好_0.2.0_x86-setup.exe
File: "D:\Projects\tauri-super-tool\src-tauri\target\i686-pc-windows-msvc\debug\浣犲ソ.exe" -> no files found.
Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |
/oname=outfile one_file_only)
Error in script "D:\Projects\tauri-super-tool\src-tauri\target\i686-pc-windows-msvc\debug\nsis\x86\installer.nsi" on line 421 -- aborting creation process
Error failed to bundle project:
系统找不到指定的文件。 (os error 2)
Reproduction
No response
Expected behavior
No response
Platform and versions
Stack trace
No response
Additional context
"package": {
"productName": "你好",
"version": "0.2.0"
},
The text was updated successfully, but these errors were encountered: