Rename binary to schildichat-desktop-alpha

This will be the official successor to old schildichat-desktop builds,
so drop "lite" from any user-facing naming.
This commit is contained in:
SpiritCroc 2024-10-17 18:04:03 +02:00
parent 7fbca648df
commit dba9c78816
3 changed files with 9 additions and 12 deletions

View File

@ -1,9 +1,6 @@
# SchildiChat Web/Desktop Lite
# SchildiChat Web/Desktop
SchildiChat Web/Desktop is a fork of Element [Web](https://github.com/vector-im/element-web)/[Desktop](https://github.com/vector-im/element-desktop).
This branch builds the "lite" variant, which rebases a reduced feature set of the original fork on top of the latest Element,
in order to keep maintenance effort more manageable while staying up-to-date.
SchildiChat Web/Desktop is a fork of Element [Web](https://github.com/element-hq/element-web)/[Desktop](https://github.com/element-hq/element-desktop).

View File

@ -1,10 +1,10 @@
{
"name": "schildichat-desktop-lite",
"productName": "SchildiChatLite",
"description": "A Matrix Client based on Element with a more traditional instant messaging experience",
"name": "schildichat-desktop-alpha",
"productName": "SchildiChat",
"description": "A Matrix Client based on Element with some changes and tweaks",
"author": "SchildiChat",
"repository": {
"url": "https://github.com/SchildiChat/element-desktop"
"url": "https://github.com/SchildiChat/schildichat-desktop"
},
"homepage": "https://schildi.chat/"
}

View File

@ -1,8 +1,8 @@
{
"name": "schildichat-web-lite",
"description": "A Matrix client based on Element with a more traditional instant messaging experience",
"name": "schildichat-web-alpha",
"description": "A Matrix Client based on Element with some changes and tweaks",
"author": "SchildiChat",
"repository": {
"url": "https://github.com/SchildiChat/element-web"
"url": "https://github.com/SchildiChat/schildichat-desktop"
}
}