You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently upgraded from Tauri v1.x to v2.0-beta, and after the upgrade, I discovered that if the productName is in Chinese, the APP crashes at launch.
Using a Chinese package name was normal in v1.0 and there are so many APP using Chinese product name, like 微信, 百度 etc., so I believe this is a new bug introduced in version 2.0.
Reproduction
Create a new Tauri project.
Set the productName to Chinese, e.g., "测试" (meaning "test").
Run tauri dev on macOS to launch the project.
The APP window opens and immediately crashes.
Expected behavior
The productName should be allowed to contain Chinese characters without causing the APP to crash at launch.
Describe the bug
I recently upgraded from Tauri v1.x to v2.0-beta, and after the upgrade, I discovered that if the
productName
is in Chinese, the APP crashes at launch.Using a Chinese package name was normal in v1.0 and there are so many APP using Chinese product name, like 微信, 百度 etc., so I believe this is a new bug introduced in version 2.0.
Reproduction
tauri dev
on macOS to launch the project.Expected behavior
The productName should be allowed to contain Chinese characters without causing the APP to crash at launch.
Full
tauri info
outputStack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: