diff --git a/linux/make_appimg.sh b/linux/make_appimg.sh index 4a0b45b6..15802ff3 100644 --- a/linux/make_appimg.sh +++ b/linux/make_appimg.sh @@ -1,5 +1,5 @@ BINNAME=$1 APPIMGKIT=$2 -exec("./copy_dependencies.sh $BINNAME ${MESON_INSTALL_PREFIX}/lib") +exec("./copy_dependencies.sh $BINNAME ${MESON_INSTALL_PREFIX}/usr/lib") $APPIMGKIT ${MESON_INSTALL_PREFIX} ${MESON_BUILD_ROOT}