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