added token in gulpfile

This commit is contained in:
Ender 2024-04-01 11:14:42 +02:00
parent 0161970825
commit a5578e060a
1 changed files with 2 additions and 2 deletions

View File

@ -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,