Added changelog, bumped windows bundled NodeJS version.

Added necessary git tag when executing the release script.
This commit is contained in:
SamTV12345 2023-12-11 20:09:45 +01:00
parent d273af9eab
commit 165257dfef
3 changed files with 14 additions and 1 deletions

View file

@ -54,7 +54,7 @@ try rm -rf node_modules
try mv node_modules_resolved node_modules
log "download windows node..."
try wget "https://nodejs.org/dist/latest-v16.x/win-x64/node.exe" -O node.exe
try wget "https://nodejs.org/dist/latest-v20.x/win-x64/node.exe" -O node.exe
log "create the zip..."
try zip -9 -r "${OUTPUT}" ./*