Split build steps into binaries, installers, archives

This commit is contained in:
ge0rdi
2026-05-30 23:45:47 +02:00
parent 14b1ed4f06
commit 6c99bd7330
6 changed files with 198 additions and 143 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