Skip to content

Commit

Permalink
Merge pull request #26 from zziger/patch-1
Browse files Browse the repository at this point in the history
Add crash handler URLs
  • Loading branch information
Stuyk authored Jul 4, 2023
2 parents e62aeba + f654ade commit 27be361
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/altv-pkg.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,15 @@ async function start() {
'libnode.so.108': `https://${CDN_ADDRESS}/js-module/${branch}/${platform}/modules/js-module/libnode.so.108`,
'start.sh': `https://${CDN_ADDRESS}/others/start.sh`,
'altv-server': `https://${SERVER_CDN_ADDRESS}/server/${serverBranch}/x64_linux/altv-server`,
'altv-crash-handler': `https://${SERVER_CDN_ADDRESS}/server/${serverBranch}/x64_linux/altv-crash-handler`,
};

const windowsFiles = {
...sharedFiles,
'modules/js-module.dll': `https://${CDN_ADDRESS}/js-module/${branch}/${platform}/modules/js-module/js-module.dll`,
'libnode.dll': `https://${CDN_ADDRESS}/js-module/${branch}/${platform}/modules/js-module/libnode.dll`,
'altv-server.exe': `https://${SERVER_CDN_ADDRESS}/server/${serverBranch}/${platform}/altv-server.exe`,
'altv-crash-handler.exe': `https://${SERVER_CDN_ADDRESS}/server/${serverBranch}/${platform}/altv-crash-handler.exe`,
};

const sharedUpdates = [
Expand Down

0 comments on commit 27be361

Please sign in to comment.