- Add PyInstaller configuration (clide.spec) for cross-platform builds - Add build scripts for macOS (DMG), Linux (AppImage), and Windows (Inno Setup) - Add Gitea Actions CI/CD workflow for automated releases - Add auto-update service with Gitea API integration - Add 'clide update' CLI command for checking and installing updates Packaging outputs: - macOS: Signed/notarized .app bundle in DMG - Linux: Portable AppImage (glibc 2.17+) - Windows: Inno Setup installer Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
12 lines
225 B
Desktop File
12 lines
225 B
Desktop File
[Desktop Entry]
|
|
Name=Clide
|
|
Comment=TUI IDE for Claude Code
|
|
GenericName=IDE
|
|
Exec=clide
|
|
Icon=clide
|
|
Type=Application
|
|
Categories=Development;IDE;TextEditor;
|
|
Keywords=claude;code;ai;ide;terminal;
|
|
Terminal=true
|
|
StartupNotify=false
|