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 26a2c50 commit 929bdc9
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 @@ -38,7 +38,7 @@ after_build:
- mkdir %MyProjectDir%\x64\build\
- cd %MyProjectDir%\x64\Release\
#- ren *.exe tmp.exe
- ps: cp -r $env:MyProjectDir\x64\Release\%ProJectExeName%.exe $env:MyProjectDir\x64\build\
- copy %MyProjectDir%\x64\Release\%ProJectExeName%.exe %MyProjectDir%\x64\build\

- cd %MyProjectDir%\x64\build\
- windeployqt %ProJectExeName%.exe
Expand Down

0 comments on commit 929bdc9

Please sign in to comment.