Skip to content

Commit

Permalink
Fix: windowsでビルドが通らなかったのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Kotaro7750 committed Oct 21, 2022
1 parent 0c0e3bf commit f4e5bc2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
5 changes: 4 additions & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",
"timestampUrl": ""
"timestampUrl": "",
"wix": {
"language": "jp-JP"
}
}
},
"security": {
Expand Down

0 comments on commit f4e5bc2

Please sign in to comment.