mirror of https://gitlab.com/basile.b/dexed.git
setup, detect version.txt new format under win
This commit is contained in:
parent
e979a68154
commit
af3b39ba1b
|
@ -1,4 +1,5 @@
|
||||||
set /p ver=<version.txt
|
set /p ver=<version.txt
|
||||||
|
set ver=%ver:_=%
|
||||||
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