We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 126e969 + f60cbb4 commit 3bc2953Copy full SHA for 3bc2953
.github/workflows/release.yml
@@ -46,7 +46,7 @@ jobs:
46
if: matrix.platform == 'ubuntu-22.04-arm'
47
run: |
48
sudo apt-get update
49
- sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf libssl-dev wget
+ sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libssl-dev wget
50
51
- name: Install frontend dependencies
52
run: pnpm install
src-tauri/tauri.conf.json
@@ -30,7 +30,7 @@
30
"exceptionDomain": "",
31
"frameworks": [],
32
"providerShortName": null,
33
- "signingIdentity": null
+ "signingIdentity": "-"
34
},
35
"resources": [],
36
"shortDescription": "",
0 commit comments