diff --git a/src/zip.bat b/src/zip.bat index eba508a..eba757a 100644 --- a/src/zip.bat +++ b/src/zip.bat @@ -1,7 +1,7 @@ @echo off set ZIP=C:\PROGRA~1\7-Zip\7z.exe a -tzip -y -r set REPO=blitzkrieg -set VERSION=0.2.0 +set VERSION=0.3.0 fsum -r -jm -md5 -d%REPO% * > checksum.md5 move checksum.md5 %REPO%/checksum.md5