added token in gulpfile
This commit is contained in:
parent
0161970825
commit
a5578e060a
|
|
@ -473,8 +473,8 @@ const updateManifest = (cb: any) => {
|
||||||
const result = `${repoURL}/releases/download`;
|
const result = `${repoURL}/releases/download`;
|
||||||
|
|
||||||
manifest.file.url = repoURL;
|
manifest.file.url = repoURL;
|
||||||
manifest.file.manifest = `${result}/latest/${manifest.name}`;
|
manifest.file.manifest = `${result}/latest/${manifest.name}?token=2455375115b92bc8d87c93df7159eec232456f2d`;
|
||||||
manifest.file.download = `${result}/latest/${manifest.file.name}.zip`;
|
manifest.file.download = `${result}/v${manifest.file.version}/${manifest.file.name}-v${manifest.file.version}.zip?token=2455375115b92bc8d87c93df7159eec232456f2d`;
|
||||||
|
|
||||||
const prettyProjectJson = stringify(manifest.file, {
|
const prettyProjectJson = stringify(manifest.file, {
|
||||||
maxLength: 35,
|
maxLength: 35,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue