Skip to content

Commit

Permalink
added missing character
Browse files Browse the repository at this point in the history
  • Loading branch information
pollend committed Jan 16, 2019
1 parent a00ce30 commit 0f04169
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 @@ -36,7 +36,7 @@ build_script:
- ps: Get-ChildItem -Path $env:APPVEYOR_BUILD_FOLDER\build\*.dll -Recurse -File | Move-Item -Destination $env:APPVEYOR_BUILD_FOLDER\build\
- windeployqt %APPVEYOR_BUILD_FOLDER%/build/SMART.exe
after_build:
- 7z a smart-%qt%-%qt_target%-%appveyor_build_version%.zi
- 7z a smart-%qt%-%qt_target%-%appveyor_build_version%.zip
%APPVEYOR_BUILD_FOLDER%\build\*
-xr!*.cpp
-xr!*.obj
Expand Down

0 comments on commit 0f04169

Please sign in to comment.