Split build steps into binaries, installers, archives

This commit is contained in:
ge0rdi
2026-07-15 14:25:37 +02:00
parent 07ead0baf8
commit b264f96525
6 changed files with 201 additions and 145 deletions
+9
View File
@@ -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