mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-06-16 04:10:08 +10:00
Split build steps into binaries, installers, archives
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
@echo off
|
||||
|
||||
rem Convert . to _
|
||||
set CS_VERSION_STR=%CS_VERSION:.=_%
|
||||
|
||||
set CS_VERSION_ORIG=%CS_VERSION%
|
||||
|
||||
rem Strip optional "-xyz" suffix from version
|
||||
for /f "delims=- tokens=1,1" %%i in ("%CS_VERSION%") do set CS_VERSION=%%i
|
||||
Reference in New Issue
Block a user