Skip to content

Commit

Permalink
Make included node version match the bootstrap build
Browse files Browse the repository at this point in the history
  • Loading branch information
s-h-a-d-o-w committed Dec 11, 2021
1 parent e66a808 commit c580f60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ copy package.json dist
cd dist
powershell Compress-Archive * alfc-without-node.zip
move alfc-without-node.zip ..\alfc-without-node.zip
curl --output node.exe https://nodejs.org/dist/latest-v12.x/win-x64/node.exe
curl --output node.exe https://nodejs.org/dist/latest-v14.x/win-x64/node.exe
powershell Compress-Archive * alfc.zip
move ..\alfc-without-node.zip alfc-without-node.zip

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": "alfc",
"version": "1.0.3",
"version": "1.0.4",
"main": "index.ts",
"author": "Andreas Opferkuch <andreas.opferkuch@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit c580f60

Please sign in to comment.