如何自定义桌面快捷方式的名称?
#4655
Replies: 1 comment 2 replies
-
在 mac 中 build 了下并不会报错。确保文件是 utf8? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我希望我的桌面快捷方式的名称是中文的。
但是桌面快捷方式的名称似乎是使用的
tauri.conf.json
中package.productName
,我无法用中文去赋值package.productName
,因为使用中文会在构建时报错,同时我希望桌面的快捷方式是中文的。请问我该如何解决这个问题。
非常感谢
Beta Was this translation helpful? Give feedback.
All reactions