We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fccab02 commit c0dc58aCopy full SHA for c0dc58a
ci/appimage.build.sh
@@ -51,7 +51,11 @@ chmod a+x runtime-${CPU_ARCH}
51
(
52
cd "$BUILD_FOLDER/score.AppDir"
53
rm -rf AppRun
54
- ln -s usr/bin/ossia-score AppRun
+ echo "#!/bin/sh
55
+export LD_LIBRARY_PATH="${APPIMAGE_LIBRARY_PATH}:${APPDIR}/usr/lib:${LD_LIBRARY_PATH}"
56
+exec "${APPDIR}/usr/bin/ossia-score"
57
+" > AppRun
58
+ chmod +x AppRun
59
)
60
61
cp "$SOURCE_FOLDER/cmake/Deployment/Linux/AppImage/ossia-score.desktop" build/score.AppDir/
0 commit comments