From b0e02205d04add7f1b00813d48a4a94e752d51b0 Mon Sep 17 00:00:00 2001 From: "mathias.chouet" <mathias.chouet@irstea.fr> Date: Mon, 28 Oct 2019 14:15:23 +0100 Subject: [PATCH] Eectron: update releases files location to cassiopee.g-eau.fr --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 47771de7b..2fe91040e 100644 --- a/main.js +++ b/main.js @@ -92,7 +92,7 @@ function createWindow () { */ const lookForUpdates = function() { // Web update resources root directory - const URL = "http://aubes.montpellier.irstea.priv/cassiopee-releases/"; + const URL = "http://cassiopee.g-eau.fr/cassiopee-releases/"; // detect current app version and platform // const version = "4.4.2"; // debug -- GitLab