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:
Diffstat (limited to 'config/config.php')
-rw-r--r--config/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.php b/config/config.php
index 31c894e..378e838 100644
--- a/config/config.php
+++ b/config/config.php
@@ -54,7 +54,7 @@ if (version_compare($version, '3.1.0') < 0) {
if ($buildArch === 'i386') {
$windows_suffix = '-x86.msi';
} else {
- $windows_suffix = '-x86_64.msi';
+ $windows_suffix = '-x64.msi';
}
}