Skip to content

Commit 0e477e7

Browse files
committed
Fixed path to libssl
1 parent e7ed1c6 commit 0e477e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appimagecraft.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ appimage:
4646
--desktop-file "$PROJECT_ROOT"/source/org.musicbrainz.Picard.desktop \
4747
--custom-apprun "$PROJECT_ROOT"/appimage/AppRun \
4848
--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 \
49+
--library /usr/lib/${ARCH}-linux-gnu/libssl.so.1.1 \
50+
--library /usr/lib/${ARCH}-linux-gnu/libcrypto.so.1.1 \
5151
--plugin clean
5252
environment:
5353
PIP_REQUIREMENTS: .

0 commit comments

Comments
 (0)