d3ro-voice/bucket/d3ro-voice.json
Yun Chan fe1a7fb112
All checks were successful
ci / 정본·보안·린트·타입·테스트 (push) Successful in 51s
ci / 모바일 린트·타입·Jest (push) Successful in 40s
ci / Supabase Edge Functions + Cloudflare Worker (push) Successful in 21s
ci / .NET API 서버 테스트 (push) Successful in 10s
deploy-site / deploy (push) Successful in 43s
ci / 워크스페이스 빌드 검증 (push) Successful in 33s
chore(release): point the Scoop manifest at the 1.8.0 portable build
2026-09-27 15:01:59 +09:00

35 lines
959 B
JSON

{
"version": "1.8.0",
"description": "로컬 AI 음성 어시스턴트 (faster-whisper + Ollama, 100% 오프라인 지원)",
"homepage": "https://d3ro.chanpaca.net",
"license": "MIT",
"architecture": {
"64bit": {
"url": [
"https://git.chanpaca.net/api/packages/yunchan/generic/d3ro-voice/portable-1.8.0/D3RO-Voice-1.8.0-x64-portable.7z.001"
],
"hash": [
"b06ec0505e5d2428422134fa6057381042db27362cac1a83a3788dc9b2c46f96"
]
}
},
"shortcuts": [
[
"D3RO Voice.exe",
"D3RO Voice"
]
],
"checkver": {
"url": "https://git.chanpaca.net/api/packages/yunchan/generic/d3ro-voice/portable-latest/portable.json",
"jsonpath": "$.version"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": [
"https://git.chanpaca.net/api/packages/yunchan/generic/d3ro-voice/portable-$version/D3RO-Voice-1.8.0-x64-portable.7z.001"
]
}
}
}
}