Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GengGode authored Aug 7, 2021
1 parent 929bdc9 commit c1b0d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ after_build:
- cd %MyProjectDir%\x64\build\
- windeployqt %ProJectExeName%.exe

- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
#- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

- echo %APPVEYOR_BUILD_VERSION% >version.tag
- 7z a source.7z %MyProjectDir%\x64\build\*
Expand Down

0 comments on commit c1b0d2a

Please sign in to comment.