schildichat-desktop/overlay/element-desktop/package.json
SpiritCroc 3b05766cd5 [TMP] Downgrade electron-builder to fix our desktop build
Changelog to 26.0.16 doesn't mention any behavioral changes, still it
breaks our build, and our previous workaround to that still broke the
build in different ways. It is still broken until 26.0.19. We'll need
to figure this out in the future.
2025-08-15 15:58:24 +02:00

14 lines
424 B
JSON

{
"name": "schildichat-desktop-alpha",
"productName": "SchildiChatAlpha",
"description": "A Matrix Client based on Element with some changes and tweaks",
"author": "SchildiChat <contact@schildi.chat> (https://schildi.chat)",
"repository": {
"url": "https://github.com/SchildiChat/schildichat-desktop"
},
"homepage": "https://schildi.chat/",
"devDependencies": {
"electron-builder": "26.0.15"
}
}