We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fb7a3e commit 4841277Copy full SHA for 4841277
make-appimage.sh
@@ -11,11 +11,13 @@ export UPINFO="gh-releases-zsync|${GITHUB_REPOSITORY%/*}|${GITHUB_REPOSITORY#*/}
11
export ICON=/usr/share/icons/hicolor/scalable/apps/libation.svg
12
export DESKTOP=/usr/share/applications/Libation.desktop
13
#export DEPLOY_DOTNET=1 fails for some reason
14
+export MAIN_BIN=libation
15
16
# Deploy dependencies
17
mkdir -p ./AppDir/bin
18
cp -r /usr/lib/libation/* ./AppDir/bin
19
quick-sharun $(find ./AppDir/bin -type f ! -name '*.dll' ! -name '*.json' -print)
20
+echo 'WEBKIT_DISABLE_COMPOSITING_MODE=1' >> ./AppDir/.env
21
22
# Additional changes can be done in between here
23
0 commit comments