Skip to content

Commit

Permalink
Delete the VC redist from GUI version
Browse files Browse the repository at this point in the history
  • Loading branch information
GenericMadScientist committed Jul 13, 2022
1 parent 2d79c3a commit 3df364f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ for:
- ps: Move-Item ..\choptgui.exe CHOpt.exe
- ps: $env:VCINSTALLDIR = "C:\Program Files\Microsoft Visual Studio\2022\Community\VC"
- ps: C:\Qt\6.3\msvc2019_64\bin\windeployqt.exe --release --no-opengl-sw --no-svg --no-system-d3d-compiler --no-translations CHOpt.exe
- ps: rm vc_redist.x64.exe
- ps: 7z a "..\artifacts\CHOpt GUI (x64 Windows).zip" *
- ps: Push-AppveyorArtifact "..\artifacts\CHOpt CLI (x64 Windows).zip"
- ps: Push-AppveyorArtifact "..\artifacts\CHOpt GUI (x64 Windows).zip"
Expand Down

0 comments on commit 3df364f

Please sign in to comment.