Skip to content

Commit c1cdc27

Browse files
authored
pain
1 parent 4841277 commit c1cdc27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make-appimage.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export MAIN_BIN=libation
1616
# Deploy dependencies
1717
mkdir -p ./AppDir/bin
1818
cp -r /usr/lib/libation/* ./AppDir/bin
19+
[ -f ./AppDir/bin/libation ] || ln -s Libation ./AppDir/bin/libation
1920
quick-sharun $(find ./AppDir/bin -type f ! -name '*.dll' ! -name '*.json' -print)
2021
echo 'WEBKIT_DISABLE_COMPOSITING_MODE=1' >> ./AppDir/.env
2122

0 commit comments

Comments
 (0)