Switch to a build variant config instead of magic env vars (#2498)

This commit is contained in:
Michael Telatynski
2025-08-28 08:28:22 +00:00
committed by GitHub
parent 08fc8722f1
commit a50957973b
7 changed files with 83 additions and 43 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"appId": "im.riot.nightly",
"name": "element-desktop-nightly",
"productName": "Element Nightly",
"description": "Element: the future of secure communication (nightly unstable build)",
"protocols": ["io.element.nightly", "element"],
"linux.executableName": "element-desktop-nightly",
"linux.deb.name": "element-nightly"
}
+7
View File
@@ -0,0 +1,7 @@
{
"appId": "im.riot.app",
"name": "element-desktop",
"productName": "Element",
"description": "Element: the future of secure communication",
"protocols": ["io.element.desktop", "element"]
}