From 6ad6f19600758179074223618bc97b1751f40dde Mon Sep 17 00:00:00 2001 From: xensik Date: Mon, 21 Mar 2022 16:39:04 +0100 Subject: [PATCH] update build --- README.md | 1 + appveyor.yml | 4 ++-- prebuild-windows.bat | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6f862555..367348e6 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ A utility to compile & decompile IW engine game scripts. - **T4** *(Call of Duty: World at War)* ***\*WIP\**** - **T5** *(Call of Duty: Black Ops)* ***\*WIP\**** - **T6** *(Call of Duty: Black Ops II)* +- **T6** *(Call of Duty: Black Ops III)* ***\*WIP\**** ## Usage ``./gsc-tool.exe `` diff --git a/appveyor.yml b/appveyor.yml index fb84c1a4..2e272196 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,11 +1,11 @@ version: 1.0.{build} skip_tags: true -image: Visual Studio 2019 +image: Visual Studio 2022 configuration: Release platform: x64 before_build: - git submodule update --init --recursive -- ps: tools\windows\premake5.exe vs2019 +- ps: tools\windows\premake5.exe vs2022 build: project: build/gsc-tool.sln verbosity: minimal diff --git a/prebuild-windows.bat b/prebuild-windows.bat index 62971d28..77305b10 100644 --- a/prebuild-windows.bat +++ b/prebuild-windows.bat @@ -1,3 +1,3 @@ @echo off git submodule update --init --recursive -tools\windows\premake5.exe vs2019 +tools\windows\premake5.exe vs2022