[izpack-changes] r1954 - izpack-utils/trunk/izpack2exe
noreply at berlios.de
noreply at berlios.de
Fri Dec 14 09:45:10 CET 2007
Author: jponge
Date: 2007-12-14 09:45:04 +0100 (Fri, 14 Dec 2007)
New Revision: 1954
Modified:
izpack-utils/trunk/izpack2exe/izpack2exe.py
Log:
7za is the generic executable name.
Modified: izpack-utils/trunk/izpack2exe/izpack2exe.py
===================================================================
--- izpack-utils/trunk/izpack2exe/izpack2exe.py 2007-12-13 15:49:56 UTC (rev 1953)
+++ izpack-utils/trunk/izpack2exe/izpack2exe.py 2007-12-14 08:45:04 UTC (rev 1954)
@@ -30,7 +30,7 @@
default="setup.exe",
help="The executable file")
parser.add_option("--with-7z", action="store", dest="p7z",
- default="7z",
+ default="7za",
help="Path to the 7-Zip executable")
parser.add_option("--with-upx", action="store", dest="upx",
default="upx",
More information about the izpack-changes
mailing list