v7.48.0-alpha.1

This commit is contained in:
trevor-signal
2025-03-06 15:22:32 -05:00
parent cacb6ed40c
commit 26cfa66164

View File

@@ -5,7 +5,7 @@
"description": "Private messaging from your desktop", "description": "Private messaging from your desktop",
"desktopName": "signal.desktop", "desktopName": "signal.desktop",
"repository": "https://github.com/signalapp/Signal-Desktop.git", "repository": "https://github.com/signalapp/Signal-Desktop.git",
"version": "7.47.0-alpha.1", "version": "7.48.0-alpha.1",
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"author": { "author": {
"name": "Signal Messenger, LLC", "name": "Signal Messenger, LLC",
@@ -538,7 +538,10 @@
{ {
"from": "build/compact-locales", "from": "build/compact-locales",
"to": "_locales", "to": "_locales",
"filter": ["**/values.json", "keys.json"] "filter": [
"**/values.json",
"keys.json"
]
}, },
"js/**", "js/**",
"libtextsecure/**", "libtextsecure/**",