Skip to content
Snippets Groups Projects
Commit 6f5daebf authored by Cédric Moreau's avatar Cédric Moreau Committed by GitHub
Browse files

Merge pull request #26 from duniter/cesium_update

[enh] update cesium to 0.11.8.
parents 2be3ee70 28478d84
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.4'; const CESIUM_VERSION = '0.11.8';
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