We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4841277 commit c1cdc27Copy full SHA for c1cdc27
make-appimage.sh
@@ -16,6 +16,7 @@ export MAIN_BIN=libation
16
# Deploy dependencies
17
mkdir -p ./AppDir/bin
18
cp -r /usr/lib/libation/* ./AppDir/bin
19
+[ -f ./AppDir/bin/libation ] || ln -s Libation ./AppDir/bin/libation
20
quick-sharun $(find ./AppDir/bin -type f ! -name '*.dll' ! -name '*.json' -print)
21
echo 'WEBKIT_DISABLE_COMPOSITING_MODE=1' >> ./AppDir/.env
22
0 commit comments