Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmtrt committed Nov 18, 2024
1 parent 661f7cd commit 74dabe2
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,28 +64,17 @@ EOF

cp ./usr/share/applications/$DESKTOP ./
cp ../../"$ICON" ./
ln -s "$ICON" .DirIcon

ln -s ./usr/share ./share
ln -s ./shared/lib ./lib

cp /usr/bin/glxinfo ./opt/wine-stable/bin/

# ADD LIBRARIES
wget "$LIB4BN" -O ./lib4bin
chmod +x ./lib4bin
xvfb-run -d -- ./lib4bin -p -v -e -r ./opt/wine-stable/bin/*
rm -f ./lib4bin

echo "Deploying glxinfo deps..."
cp -nv /usr/lib/libGL* ./shared/lib
cp -nv /usr/lib/libX11* ./shared/lib
cp -nv /usr/lib/libxcb* ./shared/lib
cp -nv /usr/lib/libXau* ./shared/lib
cp -nv /usr/lib/libXdmcp* ./shared/lib
find ./shared/lib -type f -name '*.so*' -exec ldd {} \; \
| awk -F"[> ]" '{print $4}' | xargs -I {} cp -vn {} ./shared/lib || true


# CREATE APPRUN
echo '#!/bin/sh
CURRENTDIR="$(dirname "$(readlink -f "${0}")")"
Expand Down

0 comments on commit 74dabe2

Please sign in to comment.