We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ed1c6 commit 0e477e7Copy full SHA for 0e477e7
appimagecraft.yml
@@ -46,8 +46,8 @@ appimage:
46
--desktop-file "$PROJECT_ROOT"/source/org.musicbrainz.Picard.desktop \
47
--custom-apprun "$PROJECT_ROOT"/appimage/AppRun \
48
--executable "$BUILD_DIR"/chromaprint-fpcalc/fpcalc \
49
- --library /usr/lib/x86_64-linux-gnu/libssl.so.1.1 \
50
- --library /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 \
+ --library /usr/lib/${ARCH}-linux-gnu/libssl.so.1.1 \
+ --library /usr/lib/${ARCH}-linux-gnu/libcrypto.so.1.1 \
51
--plugin clean
52
environment:
53
PIP_REQUIREMENTS: .
0 commit comments