Fix bootstrap download script

This commit is contained in:
dan_s
2026-02-23 17:34:12 -06:00
parent 5f218fdf7f
commit 4d001ed7de
5 changed files with 2582 additions and 3136 deletions

View File

@@ -85,6 +85,9 @@ hush-cli.exe -ac_name=DRAGONX %*
@goto :EOF
EOF
# Copy bootstrap script
cp contrib/bootstrap/bootstrap-dragonx.bat "$RELEASE_DIR/"
# Create ZIP
rm -f "$RELEASE_DIR/hush-${VERSION}-win64.zip"
cd "$RELEASE_DIR"