We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ecfb01 commit a8a4312Copy full SHA for a8a4312
1 file changed
make-appimage.sh
@@ -8,14 +8,15 @@ export OUTPATH=./dist
8
export ADD_HOOKS="self-updater.hook"
9
export UPINFO="gh-releases-zsync|${GITHUB_REPOSITORY%/*}|${GITHUB_REPOSITORY#*/}|latest|*$ARCH.AppImage.zsync"
10
export DEPLOY_OPENGL=1
11
-export DEPLOY_PIPEWIRE=1
+export DEPLOY_PULSE=1
12
13
# Deploy dependencies
14
quick-sharun ./AppDir/bin/*
15
# this app has problems with other locales breaking physics
16
echo 'LC_ALL=C.UTF-8' >> ./AppDir/.env
17
18
# Additional changes can be done in between here
19
+echo 'ANYLINUX_DO_NOT_LOAD_LIBS=libpipewire-0.3.so*:${ANYLINUX_DO_NOT_LOAD_LIBS}' >> ./AppDir/.env
20
21
# Turn AppDir into AppImage
22
quick-sharun --make-appimage
0 commit comments