Fix scrolling issue in TUI.

This commit is contained in:
2025-12-05 21:31:33 -08:00
parent f734f98891
commit 9312550be4
3 changed files with 8 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ make clean
rm -fr kge.app* kge-qt.app*
make
mv kge.app kge-qt.app
macdeployqt -always-overwrite kge-qt.app
macdeployqt kge-qt.app -always-overwrite
zip -r kge-qt.app.zip kge-qt.app
sha256sum kge-qt.app.zip
open .