Skip to content

Commit

Permalink
fix: invalid binary path for AppImage
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Beast committed Sep 9, 2024
1 parent 1d6b978 commit e337d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mkdir -p ./usr/bin
mkdir -p ./usr/lib
popd

cp ../bin/$BIN_NAME ./monero-tui.AppDir/usr/bin/monero_tui
cp ../bin/$BIN_NAME ./monero-tui.AppDir/usr/bin/monero-tui
cp ../lib/* ./monero-tui.AppDir/usr/lib/

./appimagetool.AppImage -n ./monero-tui.AppDir ../bin/$BIN_NAME.AppImage
Expand Down

0 comments on commit e337d08

Please sign in to comment.