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). - Native window controls on Linux — Uses Electron's
titleBarStyle: "hidden"withtitleBarOverlayfor native minimize/maximize/close buttons styled to match dark/light theme. No custom frameless window hacks needed.