Skip to content

Commit

Permalink
try a higher compression flag
Browse files Browse the repository at this point in the history
  • Loading branch information
fiendish committed Nov 3, 2017
1 parent 58601ae commit 434ecd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install:
- ps: >-
$env:PACKAGE_VERSION=(Get-Content MUSHclient\AardwolfPackageChanges.txt)[2].split()[0]
7z a Aardwolf_MUSHclient_$($env:PACKAGE_VERSION)_no_install.zip MUSHclient
7z a -tzip -mx=9 Aardwolf_MUSHclient_$($env:PACKAGE_VERSION)_no_install.zip MUSHclient
Start-FileDownload 'https://raw.githubusercontent.com/fiendish/aardwolfclientpackage-installer/master/aardmush_installer.nsi'
Expand All @@ -40,7 +40,7 @@ install:
& "C:\Program Files (x86)\NSIS\makensis.exe" aardmush_installer.nsi
7z a Aardwolf_MUSHclient_$($env:PACKAGE_VERSION)_no_visuals_no_install.zip .\MUSHclient
7z a -tzip -mx=9 Aardwolf_MUSHclient_$($env:PACKAGE_VERSION)_no_visuals_no_install.zip .\MUSHclient
Get-ChildItem .\Aardwolf_MUSHclient_r*.exe -Recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
Expand Down

0 comments on commit 434ecd7

Please sign in to comment.