Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
Merge branch 'v1.17-experimental'
Browse files Browse the repository at this point in the history
  • Loading branch information
nefarius committed Dec 26, 2020
2 parents a883c50 + 60cc19b commit f719a1d
Show file tree
Hide file tree
Showing 6 changed files with 652 additions and 551 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.16.{build}.0
version: 1.17.{build}.0
image: Visual Studio 2019
platform:
- x86
Expand All @@ -8,7 +8,7 @@ configuration:
install:
- cmd: git submodule -q update --init
before_build:
- ps: Invoke-WebRequest "https://downloads.vigem.org/other/nefarius/vpatch/vpatch.exe" -OutFile vpatch.exe
- ps: Invoke-WebRequest "https://github.com/nefarius/vpatch/releases/latest/download/vpatch.exe" -OutFile vpatch.exe
- cmd: vpatch.exe --stamp-version "%APPVEYOR_BUILD_VERSION%" --target-file ".\src\%APPVEYOR_PROJECT_NAME%.vcxproj" --vcxproj.inf-time-stamp
- cmd: vpatch.exe --stamp-version "%APPVEYOR_BUILD_VERSION%" --target-file ".\src\%APPVEYOR_PROJECT_NAME%.rc" --resource.file-version --resource.product-version
build:
Expand Down

0 comments on commit f719a1d

Please sign in to comment.