Skip to content

Commit 3ffd393

Browse files
authored
Merge pull request #203 from nextcloud/bugfix/desktop-8469/missing-sparkle-version-in-beta-channel
fix: add missing fileProviderVersionString to beta update info
2 parents ece62a1 + 346d10a commit 3ffd393

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/config.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@
196196
'macos' => [
197197
'version' => $betaVersionInternal,
198198
'versionstring' => $betaVersionString,
199+
"fileProviderVersionString" => $betaVersionString,
199200
'downloadurl' => $betaUrl . 'Nextcloud-' . $betaVersion . '.pkg',
200201
'fileProviderDownloadUrl' => $betaUrl . 'Nextcloud-' . $betaVersion . '-macOS-vfs.pkg',
201202
'web' => 'https://nextcloud.com/install',

0 commit comments

Comments
 (0)