Skip to content

Commit

Permalink
fix undefined variables
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Gallien <[email protected]>
  • Loading branch information
mgallien committed Aug 27, 2024
1 parent b1b7ed8 commit 138780f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
$stable_linux_url = $url . 'Linux/';
$stable_windows_url = $url . 'Windows/';
$stable_mac_url = $url . 'Mac/Installer/';

$betaUrl = = 'https://download.nextcloud.com/desktop/prereleases/';
$stable_linux_url = $url . 'Linux/';
$stable_windows_url = $url . 'Windows/';
$stable_mac_url = $url . 'Mac/';
} else {
$stableUrl = 'https://github.com/nextcloud-releases/desktop/releases/download/v' . $stableVersion . '/';
$stable_linux_url = $stableUrl;
Expand Down

0 comments on commit 138780f

Please sign in to comment.