Skip to content

Commit 4841277

Browse files
authored
fix
1 parent 2fb7a3e commit 4841277

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

make-appimage.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ export UPINFO="gh-releases-zsync|${GITHUB_REPOSITORY%/*}|${GITHUB_REPOSITORY#*/}
1111
export ICON=/usr/share/icons/hicolor/scalable/apps/libation.svg
1212
export DESKTOP=/usr/share/applications/Libation.desktop
1313
#export DEPLOY_DOTNET=1 fails for some reason
14+
export MAIN_BIN=libation
1415

1516
# Deploy dependencies
1617
mkdir -p ./AppDir/bin
1718
cp -r /usr/lib/libation/* ./AppDir/bin
1819
quick-sharun $(find ./AppDir/bin -type f ! -name '*.dll' ! -name '*.json' -print)
20+
echo 'WEBKIT_DISABLE_COMPOSITING_MODE=1' >> ./AppDir/.env
1921

2022
# Additional changes can be done in between here
2123

0 commit comments

Comments
 (0)