From 2ae4f7d757f2134099aed5557af63ef8aa2d4473 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Thu, 16 Sep 2021 15:35:49 +0200 Subject: [PATCH] Fix build-appimage.sh --- contrib/build-appimage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/build-appimage.sh b/contrib/build-appimage.sh index 3692c438..2b7035bd 100755 --- a/contrib/build-appimage.sh +++ b/contrib/build-appimage.sh @@ -13,7 +13,7 @@ mkdir -p "$APPDIR/usr/plugins" cp "$PWD/../src/assets/feather.desktop" "$APPDIR/usr/share/applications/feather.desktop" cp "$PWD/../src/assets/images/appicons/64x64.png" "$APPDIR/feather.png" -cp "$PWD/bin/feather" "$APPDIR/usr/bin/feather" +cp "$PWD/release/bin/feather" "$APPDIR/usr/bin/feather" chmod +x "$APPDIR/usr/bin/feather" export LD_LIBRARY_PATH=/usr/local/lib/x86_64-linux-gnu/:/usr/local/lib/$LD_LIBRARY_PATH -- 2.52.0