mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
vita3K: Bump version to 0.2.0. (#3173)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
set(VITA3K_ORG_NAME "Vita3K")
|
||||
set(VITA3K_APP_NAME "Vita3K")
|
||||
set(VITA3K_APP_VER_HI 0)
|
||||
set(VITA3K_APP_VER_MID 1)
|
||||
set(VITA3K_APP_VER_LO 9)
|
||||
set(VITA3K_APP_VER_MID 2)
|
||||
set(VITA3K_APP_VER_LO 0)
|
||||
set(VITA3K_APP_VERSION "v${VITA3K_APP_VER_HI}.${VITA3K_APP_VER_MID}.${VITA3K_APP_VER_LO}")
|
||||
|
||||
execute_process(
|
||||
|
||||
@@ -9,7 +9,7 @@ echo ============================================================
|
||||
|
||||
for /f "delims=" %%g in ('powershell "((Invoke-RestMethod https://api.github.com/repos/Vita3K/Vita3K/releases/latest -timeout 2).body.Split("\"`n"\") | Select-String -Pattern 'Vita3K Build:') -replace 'Vita3K Build: '"') do @set git_version=%%g
|
||||
if exist Vita3K.exe (
|
||||
for /f "delims=" %%v in ('powershell "((Get-Item Vita3K.exe).VersionInfo.FileVersion) -replace '0.1.9.'"') do @set version=%%v
|
||||
for /f "delims=" %%v in ('powershell "((Get-Item Vita3K.exe).VersionInfo.FileVersion) -replace '0.2.0.'"') do @set version=%%v
|
||||
)
|
||||
set boot=0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user