diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2010-03-22 20:18:54 +0100 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2010-03-22 20:18:54 +0100 |
commit | ff4c3a65334c44c1177dca777e8ad2790a11587b (patch) | |
tree | a609687e96f5b7005ee5069f3c1acdfcc0320a86 | |
parent | 280e8ddf195a9ae9cce675677a2cc370852fbfeb (diff) | |
download | pyexiv2-ff4c3a65334c44c1177dca777e8ad2790a11587b.tar.gz |
Better compression.
-rw-r--r-- | win32-installer.nsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32-installer.nsi b/win32-installer.nsi index da86d5d..3ddd59c 100644 --- a/win32-installer.nsi +++ b/win32-installer.nsi @@ -4,6 +4,7 @@ Name "pyexiv2 0.2" OutFile "pyexiv2-0.2-setup.exe" +SetCompressor /SOLID lzma !define MUI_ICON "art\pyexiv2.ico" !define MUI_UNICON "art\pyexiv2.ico" |