Skip to content

Commit

Permalink
fix: Steam Sniper build
Browse files Browse the repository at this point in the history
  • Loading branch information
Losses committed Dec 12, 2024
1 parent 2864b2d commit a26feaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ jobs:
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/libayatana-appindicator3.so.7 build/linux/x64/release/bundle/lib/
cp /usr/lib/x86_64-linux-gnu/libayatana-indicator3.so.7 build/linux/x64/release/bundle/lib/
cp /usr/lib/x86_64-linux-gnu/libdbusmenu-glib.so.4 build/linux/x64/release/bundle/lib/
cp /usr/lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4 build/linux/x64/release/bundle/lib/
Expand Down
3 changes: 2 additions & 1 deletion scripts/steam/steam_sniper_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

DIR=$(pwd)
export PATH="$DIR:$PATH"
export LD_LIBRARY_PATH="$DIR/lib:$LD_LIBRARY_PATH"

chmod +x "$DIR/rune"

exec "$DIR/rune --pro" "$@"
exec "$DIR/rune" "$@"

0 comments on commit a26feaa

Please sign in to comment.