mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
34 lines
876 B
JSON
34 lines
876 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "TF Code Beta",
|
|
"identifier": "ai.tfcode.desktop.beta",
|
|
"bundle": {
|
|
"createUpdaterArtifacts": true,
|
|
"icon": [
|
|
"icons/beta/32x32.png",
|
|
"icons/beta/128x128.png",
|
|
"icons/beta/128x128@2x.png",
|
|
"icons/beta/icon.icns",
|
|
"icons/beta/icon.ico"
|
|
],
|
|
"windows": {
|
|
"nsis": {
|
|
"installerIcon": "icons/beta/icon.ico"
|
|
}
|
|
},
|
|
"linux": {
|
|
"rpm": {
|
|
"compression": {
|
|
"type": "none"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"plugins": {
|
|
"updater": {
|
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEYwMDM5Nzg5OUMzOUExMDQKUldRRW9UbWNpWmNEOENYT01CV0lhOXR1UFhpaXJsK1Z3aU9lZnNtNzE0TDROWVMwVW9XQnFOelkK",
|
|
"endpoints": ["https://github.com/anomalyco/opencode-beta/releases/latest/download/latest.json"]
|
|
}
|
|
}
|
|
}
|