Files
dsh-easy-desktop/src-tauri/tauri.conf.json

81 lines
2.5 KiB
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "DeepSeek Harness",
"version": "0.1.1",
"identifier": "io.github.tommyfang.DshDesktop",
"build": {
"frontendDist": "../ui"
},
"app": {
"withGlobalTauri": true,
"enableGTKAppId": true,
"macOSPrivateApi": false,
"windows": [],
"security": {
"csp": null
}
},
"plugins": {
"updater": {
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDM1OEI5NkQwMjJCNkFDODMKUldTRHJMWWkwSmFMTlcza3Vkd1UxclQydm0xOW9MTVNxU1JIckkreWRwc1dMTm1HOVVaMHI1SysK"
}
},
"bundle": {
"createUpdaterArtifacts": true,
"active": true,
"targets": ["deb", "rpm", "nsis", "msi", "app", "dmg"],
"publisher": "TommyFang2077",
"homepage": "https://github.com/TommyFang2077/dsh-easy-desktop",
"copyright": "Copyright © 2026 TommyFang2077",
"category": "DeveloperTool",
"shortDescription": "Give DeepSeek eyes; Anchored Standard ~+8%",
"longDescription": "Official dsh WebUI in a native window. Built-in ModLens vision gives text-only DeepSeek eyes (paste to read images). On-demand offline SenseVoice dictation writes speech into the composer (Ctrl+E); its model is not bundled. Built-in Anchored Standard raises DeepSeek about 8% over official Standard on Project2 (Ability 91 to 98/99). Credentials stay in ~/.dsh.",
"licenseFile": "../LICENSE",
"icon": [
"icons/32x32.png",
"icons/64x64.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.png",
"icons/icon.icns",
"icons/icon.ico"
],
"resources": [
"../plugins/dsh-desktop-vision/",
"../plugins/dsh-desktop-voice/",
"../vendor/modlens/",
"../vendor/dshmarket/",
"../vendor/anchored-standard/",
"../vendor/zero-anchored-standard/"
],
"linux": {
"deb": {
"section": "devel",
"desktopTemplate": "linux/dsh-desktop.desktop"
},
"rpm": {
"release": "1",
"desktopTemplate": "linux/dsh-desktop.desktop"
}
},
"windows": {
"nsis": {
"installMode": "currentUser",
"displayLanguageSelector": true,
"languages": ["SimpChinese", "English"]
},
"webviewInstallMode": {
"type": "downloadBootstrapper"
}
},
"macOS": {
"minimumSystemVersion": "10.15",
"infoPlist": "Info.plist",
"dmg": {
"appPosition": { "x": 180, "y": 170 },
"applicationFolderPosition": { "x": 480, "y": 170 }
}
}
}
}