Skip to content

Commit a8a4312

Browse files
Update make-appimage.sh
1 parent 3ecfb01 commit a8a4312

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

make-appimage.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@ export OUTPATH=./dist
88
export ADD_HOOKS="self-updater.hook"
99
export UPINFO="gh-releases-zsync|${GITHUB_REPOSITORY%/*}|${GITHUB_REPOSITORY#*/}|latest|*$ARCH.AppImage.zsync"
1010
export DEPLOY_OPENGL=1
11-
export DEPLOY_PIPEWIRE=1
11+
export DEPLOY_PULSE=1
1212

1313
# Deploy dependencies
1414
quick-sharun ./AppDir/bin/*
1515
# this app has problems with other locales breaking physics
1616
echo 'LC_ALL=C.UTF-8' >> ./AppDir/.env
1717

1818
# 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
1920

2021
# Turn AppDir into AppImage
2122
quick-sharun --make-appimage

0 commit comments

Comments
 (0)