Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/client_updater_server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamila <hello@camila.codes>2022-08-15 15:52:25 +0300
committerCamila <hello@camila.codes>2022-08-15 15:52:25 +0300
commita95c7c63659a954c846beb5a4afcd1df9644fa9a (patch)
treef15387b9a82e4dab3a4437ebb38488ece6e0cd0a
parente0a6bf6e8ec7268a83a4181a00b819c769e8c628 (diff)
Distribute beta versions for Mac OS.
Signed-off-by: Camila <hello@camila.codes>
-rw-r--r--config/config.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.php b/config/config.php
index b182ade..fa1d82c 100644
--- a/config/config.php
+++ b/config/config.php
@@ -107,6 +107,9 @@ return [
'versionstring' => $betaVersionString,
'downloadurl' => $beta_mac_url . 'Nextcloud-' . $betaVersion . '.pkg',
'web' => 'https://nextcloud.com/install',
+ "sparkleDownloadUrl" => $beta_mac_url . 'Nextcloud-' . $betaVersion . '.pkg.tbz',
+ "signature" => "SiYX3W4sBtAcam/ml0LwKQMHh865Wvw4wiu6uEi666zhxBLC4a7h674XYttoyDuh6o2+ohY2FRj3L9LADcNVDQ==",
+ "length" => 63704102
],
]
]