Skip to content

Commit

Permalink
Issue #181: try to enable better compression for portable Quentier ar…
Browse files Browse the repository at this point in the history
…chives
  • Loading branch information
d1vanov committed Jul 12, 2018
1 parent 6ee541e commit 3c6e180
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 @@ -285,7 +285,7 @@ build_script:

after_build:
- cd c:\dev\install
- 7z a %DEPLOYMENT_TARGET% c:\dev\install\*
- 7z a -tzip -mx=9 -mfb=128 -mpass=10 %DEPLOYMENT_TARGET% c:\dev\install\*
- move %DEPLOYMENT_TARGET% %APPVEYOR_BUILD_FOLDER%
- cd %APPVEYOR_BUILD_FOLDER%
- c:\dev\ciuploadtool\ciuploadtool.exe -suffix="%APPVEYOR_REPO_BRANCH%" Setup*.exe Quentier-*.zip
Expand Down

0 comments on commit 3c6e180

Please sign in to comment.