fix win script for SemVer

This commit is contained in:
Basile Burg 2017-12-07 13:55:55 +01:00
parent 5c5c4d207c
commit 025e9fb6f7
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
set /p ver=<version.txt
set ver=%ver:_=%
set ver=%ver:~1%
cd win32
:: assuming 7zip binary folder is somewhere in PATH
7z a -tzip -mx9^