We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 837da63 commit 77afd8eCopy full SHA for 77afd8e
citron-appimage.sh
@@ -22,7 +22,7 @@ export DEPLOY_PIPEWIRE=1
22
# ADD LIBRARIES
23
wget --retry-connrefused --tries=30 "$SHARUN" -O ./quick-sharun
24
chmod +x ./quick-sharun
25
-./quick-sharun /usr/bin/citron* /usr/lib/libgamemode.so*
+./quick-sharun /usr/bin/citron* /usr/lib/libgamemode.so* /usr/lib/libpulse.so*
26
27
if [ "$DEVEL" = 'true' ]; then
28
sed -i 's|Name=citron|Name=citron nightly|' ./AppDir/*.desktop
0 commit comments