From f4e5bc2b8cdec67d02c4031a94f13ee1df86a9f3 Mon Sep 17 00:00:00 2001 From: Kotaro7750 <7750koutarou@gmail.com> Date: Fri, 21 Oct 2022 22:08:45 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20windows=E3=81=A7=E3=83=93=E3=83=AB?= =?UTF-8?q?=E3=83=89=E3=81=8C=E9=80=9A=E3=82=89=E3=81=AA=E3=81=8B=E3=81=A3?= =?UTF-8?q?=E3=81=9F=E3=81=AE=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit cf. https://github.com/tauri-apps/tauri/issues/1976 --- .github/workflows/test.yml | 2 +- src-tauri/tauri.conf.json | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 541f25d..8ffde53 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,6 +29,6 @@ jobs: sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf - name: install app dependencies and build it run: npm ci && npm run build - - uses: tauri-apps/tauri-action@v0 + - uses: tauri-apps/tauri-action@dev env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index e38eca4..d6b6ede 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -44,7 +44,10 @@ "windows": { "certificateThumbprint": null, "digestAlgorithm": "sha256", - "timestampUrl": "" + "timestampUrl": "", + "wix": { + "language": "jp-JP" + } } }, "security": {