Skip to content
Snippets Groups Projects
Commit 1c887b51 authored by Moul's avatar Moul
Browse files

[enh] update cesium to v.0.12.2.

parent fdbb113e
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.11.8'; const CESIUM_VERSION = '0.12.2';
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