]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
Fix build-appimage.sh
authortobtoht <thotbot@protonmail.com>
Thu, 16 Sep 2021 13:35:49 +0000 (15:35 +0200)
committertobtoht <thotbot@protonmail.com>
Thu, 16 Sep 2021 13:35:49 +0000 (15:35 +0200)
contrib/build-appimage.sh

index 3692c4389b5a4e84d56b2562f2f51a4618c89bb8..2b7035bd106c83f8d32c348430d60c656e6c456e 100755 (executable)
@@ -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