Skip to content
Snippets Groups Projects
Commit 0d084a64 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[enh] Upgrade Cesium 0.12.2 -> 0.12.5

parent 59c2d286
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ const ...@@ -8,7 +8,7 @@ const
AdmZip = require('adm-zip'), AdmZip = require('adm-zip'),
tmp = require('tmp'); tmp = require('tmp');
const CESIUM_VERSION = '0.12.2'; const CESIUM_VERSION = '0.12.5';
const CESIUM_RELEASE = 'https://github.com/duniter/cesium/releases/download/v' + CESIUM_VERSION + '/cesium-v' + CESIUM_VERSION + '-web.zip'; const CESIUM_RELEASE = 'https://github.com/duniter/cesium/releases/download/v' + CESIUM_VERSION + '/cesium-v' + CESIUM_VERSION + '-web.zip';
const OUTPUT_ZIP = tmp.fileSync().name; const OUTPUT_ZIP = tmp.fileSync().name;
const EXTRACT_PATH = path.join(__dirname, './cesium'); const EXTRACT_PATH = path.join(__dirname, './cesium');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment