diff --git a/README.md b/README.md index 9c01e07..3489212 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # Solo Trae Desktop Installers -![Solo on Windows](assets/windows-screenshot.png) +### Code Mode +![Solo in Code Mode](assets/windows-screenshot.png) This repository contains native desktop installers for **Solo Trae** (https://solo.trae.ai) on both **Windows** and **Linux**. -![Solo on Linux](assets/linux-screenshot.png) +### Work Mode +![Solo in Work Mode](assets/linux-screenshot.png) The installers are built using a wrapper around the official Electron runtime and bundled with a Go-based self-extracting deployment tool. They provide a seamless native application experience without requiring standard browsers or manual configuration. diff --git a/assets/linux-screenshot.png b/assets/linux-screenshot.png index 8bcab88..1bc6cb0 100644 Binary files a/assets/linux-screenshot.png and b/assets/linux-screenshot.png differ diff --git a/assets/windows-screenshot.png b/assets/windows-screenshot.png index 8bcab88..d01f9d7 100644 Binary files a/assets/windows-screenshot.png and b/assets/windows-screenshot.png differ