mirror of
https://github.com/coreybutler/nvm-windows.git
synced 2025-09-03 03:06:27 +00:00
add sha256 checksum generation to build.bat
This commit is contained in:
@@ -52,7 +52,8 @@ for /d %%a in (%GOBIN%) do (buildtools\zip -j -9 -r "%DIST%\nvm-noinstall.zip" "
|
||||
echo "Building the primary installer..."
|
||||
buildtools\iscc %INNOSETUP% /o%DIST%
|
||||
buildtools\zip -j -9 -r "%DIST%\nvm-setup.zip" "%DIST%\nvm-setup.exe"
|
||||
|
||||
echo "Generating Checksums for release files..."
|
||||
for /r %i in (*.zip *.exe) do checksum -file %i -t sha256 >> %i.sha256.txt
|
||||
echo "Distribution created. Now cleaning up...."
|
||||
rm %GOBIN%/nvm.exe
|
||||
|
||||
|
Reference in New Issue
Block a user