Skip to content

Commit

Permalink
[publish] fix args
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-w committed Jan 13, 2025
1 parent b78e8c3 commit d4b74dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ environment:
qtver: 5.15
qtbin: msvc2019_64
msvcname: Visual Studio 16 2019
cmake_args:
cmake_args: -A x64
exiv2url: https://github.com/Exiv2/exiv2/releases/download/v0.28.0/exiv2-0.28.0-2019msvc64.zip
exiv2baseName: exiv2-0.28.0-2019msvc64
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
qtver: 5.15
qtbin: msvc2019
msvcname: Visual Studio 16 2019
cmake_args:
cmake_args: -A Win32
exiv2url: https://github.com/10110111/exiv2/releases/download/ver0.28.0-final/exiv2-0.28.0-2017msvc32.zip
exiv2baseName: exiv2-0.28.0-2017msvc32
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
Expand Down

0 comments on commit d4b74dd

Please sign in to comment.