feat: Implement Electron frontend project setup, configure AI permissions, and establish Gitea CI/CD for app releases.
Some checks failed
Build and Release / build-and-release (push) Failing after 28m48s

This commit is contained in:
Bryan1029384756
2026-02-11 18:14:15 -06:00
parent b0f889cb68
commit 5a02bd35cc
3 changed files with 33 additions and 4 deletions

View File

@@ -50,7 +50,27 @@
},
"linux": {
"target": [
"AppImage"
"AppImage",
"flatpak"
],
"category": "Network;InstantMessaging"
},
"flatpak": {
"runtime": "org.freedesktop.Platform",
"runtimeVersion": "23.08",
"sdk": "org.freedesktop.Sdk",
"base": "org.electronjs.Electron2.BaseApp",
"baseVersion": "23.08",
"finishArgs": [
"--share=ipc",
"--share=network",
"--socket=x11",
"--socket=wayland",
"--socket=pulseaudio",
"--device=dri",
"--device=all",
"--filesystem=home",
"--talk-name=org.freedesktop.Notifications"
]
},
"nsis": {