Skip to content

Commit

Permalink
[win32] xcopy --> copy
Browse files Browse the repository at this point in the history
  • Loading branch information
zhang-ray committed Nov 4, 2018
1 parent 114823e commit ff9c463
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 @@ -26,7 +26,7 @@ build:
after_build:
- cd client_qt5
- mkdir EasyVoiceCall.win32
- xcopy Release\client_qt5.exe EasyVoiceCall.win32\EasyVoiceCall.exe
- copy Release\client_qt5.exe EasyVoiceCall.win32\EasyVoiceCall.exe
- xcopy C:\Libraries\boost_1_67_0\lib32-msvc-14.0\boost_system-vc140-mt-x32-1_67.dll EasyVoiceCall.win32\
- C:\Qt\5.11.1\msvc2015\bin\windeployqt.exe EasyVoiceCall.win32\EasyVoiceCall.exe
- 7z a ..\..\easy-voice-call\EasyVoiceCall.win32.zip EasyVoiceCall.win32
Expand Down

0 comments on commit ff9c463

Please sign in to comment.