mirror of
https://github.com/OMGeeky/ATCS.git
synced 2025-12-26 23:57:25 +01:00
Update installer script and release workflow to use dynamic versioning
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
!include MUI2.nsh
|
||||
|
||||
!system 'for /f "delims=" %%a in ('type ..\ATCS_latest') do set "VERSION=%%a" && exit'
|
||||
!define VERSION "$%VERSION:~1%"
|
||||
; Version will be passed as /DVERSION=x.x.x
|
||||
!define TRAINER_VERSION "0.1.5"
|
||||
!define JAVA_BIN "java"
|
||||
!define ATCS_SOURCE_DIR "..\..\"
|
||||
|
||||
Reference in New Issue
Block a user