mirror of https://gitlab.com/basile.b/dexed.git
fix win script for SemVer
This commit is contained in:
parent
5c5c4d207c
commit
025e9fb6f7
|
@ -1,5 +1,5 @@
|
||||||
set /p ver=<version.txt
|
set /p ver=<version.txt
|
||||||
set ver=%ver:_=%
|
set ver=%ver:~1%
|
||||||
cd win32
|
cd win32
|
||||||
:: assuming 7zip binary folder is somewhere in PATH
|
:: assuming 7zip binary folder is somewhere in PATH
|
||||||
7z a -tzip -mx9^
|
7z a -tzip -mx9^
|
||||||
|
|
Loading…
Reference in New Issue