Skip to content

Commit 0344833

Browse files
authored
Add Linux build dependencies
1 parent 0e6b025 commit 0344833

835 files changed

Lines changed: 7280 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/tauri-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ jobs:
4444
with:
4545
targets: ${{ matrix.target }}
4646

47+
- name: Install Linux native build dependencies
48+
if: matrix.target == 'x86_64-unknown-linux-gnu'
49+
run: |
50+
sudo apt-get update
51+
sudo apt-get install -y libwebkit2gtk-4.1-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev patchelf
52+
4753
- name: Install Linux ARM64 cross-compilation tools
4854
if: matrix.target == 'aarch64-unknown-linux-gnu'
4955
run: |

dist/icons/128x128.png

5.47 KB
Loading

dist/icons/128x128@2x.png

12.6 KB
Loading

dist/icons/32x32.png

985 Bytes
Loading

dist/icons/fofa-source.png

25.9 KB
Loading

dist/icons/icon.icns

6.34 KB
Binary file not shown.

dist/icons/icon.ico

2.13 KB
Binary file not shown.

0 commit comments

Comments
 (0)