Skip to content

Commit

Permalink
fix: Missing libraries in the Steam Sniper build
Browse files Browse the repository at this point in the history
  • Loading branch information
Losses committed Dec 12, 2024
1 parent 8e5d964 commit 2db399d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,12 @@ jobs:
- name: Build linux
run: flutter build linux --release --verbose

- name: Copy required libraries
run: |
mkdir -p build/linux/x64/release/bundle/lib/
cp /usr/lib/x86_64-linux-gnu/libayatana-appindicator3.so.1 build/linux/x64/release/bundle/lib/
cp /usr/lib/x86_64-linux-gnu/libdbusmenu-glib.so.4 build/linux/x64/release/bundle/lib/
- uses: benjlevesque/short-sha@v3.0
id: short-sha
with:
Expand Down

0 comments on commit 2db399d

Please sign in to comment.