This branch adds .deb packaging for T3 Code Desktop so it can run natively on Linux (including WSL2 via WSLg).
Key changes:
.debbuild target —build-desktop-artifact.tsnow supports--platform linux --target deb, generating properly sized icons at build time via ImageMagick and including deb post-install/remove scripts.- CLI wrappers — Installing the
.debcreatest3codeandt3-codecommands in/usr/local/binthat launch the app in the background (won't block your terminal). - WSL2 custom title bar — On WSL2, the app uses
frame: falsewith a custom in-app title bar (WslTitleBar) rendered above all content (including the sidebar). This avoids WSLg's Weston compositor ignoring GTK dark theme hints for server-side decorations. Minimize/maximize/close buttons are built into the custom title bar.