Changing to FTXUI for a more robust and user friendly TUI

This commit is contained in:
mrkmntal 2026-02-25 12:14:34 -05:00
commit f246138083
6 changed files with 1198 additions and 338 deletions

View file

@ -20,7 +20,9 @@ jobs:
- name: Compile tux-dock
run: |
g++ -std=c++17 main.cpp -o tux-dock
cmake -S . -B build
cmake --build build -j
cp build/tux-dock ./tux-dock
chmod +x tux-dock
echo "🎉 tux-dock compiled and marked executable!"
@ -42,4 +44,3 @@ jobs:
name: tux-dock-linux-x86_64-${{ env.BRANCH }}-${{ env.COMMIT }}
path: tux-dock-linux-x86_64-${{ env.BRANCH }}-*.tar.gz