m1452700576/dsh-app-updater ↗★ 0
dsh-app-updater
Sidebar button that checks whether DSH has a newer release and auto-downloads/opens the installer, with live progress and a minimizable panel.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:m1452700576/dsh-app-updater说明文档
阅读完整 README ↗Configuration
Configure in cordis.patch.yml:
- insert:
- id: dsh-app-updater
name: '@local/dsh-app-updater'
config:
sourceType: github
githubRepo: m1452700576/dsh-app-updater
downloadsDir: ''
Configuration Options
| Option | Type | Default | Description |
|---|---|---|---|
sourceType | string | github | Update source type (github or npm) |
githubRepo | string | steven-kid/deepseek-harness-desktop | GitHub repository to check for updates |
downloadsDir | string | ~/Downloads | Directory to save downloaded installers |
mirrors | array | [] | GitHub mirror URLs for faster downloads in China |
Configuration Options
| Option | Type | Default | Description |
|---|---|---|---|
sourceType | string | github | Update source type (github or npm) |
githubRepo | string | steven-kid/deepseek-harness-desktop | GitHub repository to check for updates |
downloadsDir | string | ~/Downloads | Directory to save downloaded installers |
mirrors | array | [] | GitHub mirror URLs for faster downloads in China |
Usage
- After installation, look for the update icon in the DSH sidebar
- Click the icon to check for updates
- If an update is available, click "Download" to start the download
- The download progress will be shown in real-time
- Once downloaded, the installer will open automatically