Skip to content

Commit 3bc2953

Browse files
authored
Merge pull request #508 from meshtastic/matthewCmatt/release-fixes
Fix release build
2 parents 126e969 + f60cbb4 commit 3bc2953

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if: matrix.platform == 'ubuntu-22.04-arm'
4747
run: |
4848
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
49+
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libssl-dev wget
5050
5151
- name: Install frontend dependencies
5252
run: pnpm install

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"exceptionDomain": "",
3131
"frameworks": [],
3232
"providerShortName": null,
33-
"signingIdentity": null
33+
"signingIdentity": "-"
3434
},
3535
"resources": [],
3636
"shortDescription": "",

0 commit comments

Comments
 (0)