UI Update
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

This commit is contained in:
2025-11-07 17:34:19 -05:00
parent ec77825fa6
commit 9c56f8f3f7
60 changed files with 3304 additions and 493 deletions

View File

@@ -1,35 +1,41 @@
{
"$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": 800,
"height": 600
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
}
"$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"]
}
}