Skip to content

Commit

Permalink
Fix QA branches download
Browse files Browse the repository at this point in the history
  • Loading branch information
xLuxy committed Dec 16, 2023
1 parent f563a67 commit cd3686e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/altv-pkg.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ async function start() {

console.log(chalk.whiteBright(`${file}`));
const promise = new Promise(async (resolve) => {
const response = await fetch(url).catch((err) => {
const response = await fetch(url, { headers }).catch((err) => {
return undefined;
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "altv-pkg",
"version": "2.7.4",
"version": "2.7.5",
"description": "Install alt:V Binaries Quickly",
"main": "bin/index.js",
"author": "Stuyk & alt:V Team",
Expand Down

0 comments on commit cd3686e

Please sign in to comment.