Skip to content
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

build failed when productName contain chinese word[bug] #7166

Closed
xzf158 opened this issue Jun 8, 2023 · 1 comment
Closed

build failed when productName contain chinese word[bug] #7166

xzf158 opened this issue Jun 8, 2023 · 1 comment
Labels
status: needs triage This issue needs to triage, applied to new issues type: bug

Comments

@xzf158
Copy link

xzf158 commented Jun 8, 2023

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.0

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)

Reproduction

No response

Expected behavior

No response

Platform and versions

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

Stack trace

No response

Additional context

"package": {
"productName": "你好",
"version": "0.2.0"
},

@xzf158 xzf158 added status: needs triage This issue needs to triage, applied to new issues type: bug labels Jun 8, 2023
@amrbashir
Copy link
Member

duplicate of #7036, will be fixed in the next release.

@amrbashir amrbashir closed this as not planned Won't fix, can't repro, duplicate, stale Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs triage This issue needs to triage, applied to new issues type: bug
Projects
None yet
Development

No branches or pull requests

2 participants