Files
Gitea-Desktop/src-tauri/tauri.conf.json
SirBlob 9c56f8f3f7
Some checks failed
Build and Release / Test (push) Has been cancelled
Build and Release / Build Windows (push) Has been cancelled
Build and Release / Build Linux (push) Has been cancelled
Build and Release / Build macOS (push) Has been cancelled
Build and Release / Create Release (push) Has been cancelled
Build and Release / Development Build (push) Has been cancelled
UI Update
2025-11-07 17:34:19 -05:00

42 lines
970 B
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "gitea-desktop",
"version": "0.1.0",
"identifier": "co.sirblob.gitea-desktop",
"build": {
"beforeDevCommand": "bun run dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "bun run build",
"frontendDist": "../build"
},
"app": {
"windows": [
{
"title": "gitea-desktop",
"width": 1200,
"height": 800,
"decorations": false,
"transparent": false
}
],
"security": {
"csp": null
}
},
"plugins": {
"updater": {
"active": true,
"endpoints": [
"https://git.sirblob.co/SirBlob/Gitea-Desktop/releases/latest/download/latest.json"
],
"dialog": true,
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDQzNkEzQURGNEE5QUFGQ0QKUldUTnI1cEszenBxUXlWUE1INjR6RGdtSlUvSUMyaTNxZjBteDI4T0d5WWRaNm5HODFNbDN0SG4K"
}
},
"bundle": {
"active": true,
"targets": "all",
"icon": ["icons/favicon.png", "icons/favicon.ico"]
}
}