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

error running light.exe window #1976

Closed
yang-dong-dong opened this issue Jun 11, 2021 · 1 comment
Closed

error running light.exe window #1976

yang-dong-dong opened this issue Jun 11, 2021 · 1 comment

Comments

@yang-dong-dong
Copy link

yarn tauri build

image

@lucasfernog
Copy link
Member

With #1988 you can add this to your tauri.conf.json under the bundle object:

"windows": {
  "wix": {
    "language": "zh-CN"
  }
}

Where the language can by any value from https://docs.microsoft.com/en-us/windows/win32/msi/localizing-the-error-and-actiontext-tables

Kotaro7750 added a commit to Kotaro7750/TyperConcierge2 that referenced this issue Oct 21, 2022
Kotaro7750 added a commit to Kotaro7750/TyperConcierge2 that referenced this issue Oct 21, 2022
Kotaro7750 added a commit to Kotaro7750/TyperConcierge2 that referenced this issue Oct 22, 2022
resourcesとして加えた組み込み辞書ファイルのファイル名がASCIIでなかったのが問題であった

wixという仕組みでインストーラを作っているが制約でutf8のファイル名は使えない可能性がある

wixの設定を日本語にすればシフトjisを許容するようになるらしいが,日本語にする部分にバグがあったようなのでしばらくはASCIIのファイル名にする
cf. tauri-apps/tauri#1976
cf. tauri-apps/tauri#5342
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants