data/liveusb-creator.nsi | 4 ++--
data/liveusb-creator.nsi.in | 4 ++--
setup.py | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
New commits:
commit c5d29e9ddbf1cbb77cbfaa39a7aff52335487eda
Author: Luke Macken <lmacken(a)redhat.com>
Date: Tue Nov 8 11:55:08 2011 -0500
Remove the sfx file from the windows build
diff --git a/data/liveusb-creator.nsi.in b/data/liveusb-creator.nsi.in
index 4c52844..943c3fb 100755
--- a/data/liveusb-creator.nsi.in
+++ b/data/liveusb-creator.nsi.in
@@ -56,7 +56,7 @@ Section "Dummy Section" SecDummy
SetOutPath "$INSTDIR\tools"
File tools\7z.dll
File tools\7z.exe
- File tools\7zCon.sfx
+ ;File tools\7zCon.sfx
File tools\7-Zip-License.txt
File tools\dd.exe
File tools\syslinux.exe
@@ -105,7 +105,7 @@ Section Uninstall
Delete "$INSTDIR\tools\7z.dll"
Delete "$INSTDIR\tools\7z.exe"
- Delete "$INSTDIR\tools\7zCon.sfx"
+ ;Delete "$INSTDIR\tools\7zCon.sfx"
Delete "$INSTDIR\tools\7-Zip-License.txt"
Delete "$INSTDIR\tools\dd.exe"
Delete "$INSTDIR\tools\syslinux.exe"
diff --git a/setup.py b/setup.py
index ddfc3e1..9194150 100644
--- a/setup.py
+++ b/setup.py
@@ -72,7 +72,7 @@ if sys.platform == 'win32':
"tools/syslinux.exe",
"tools/7z.exe",
"tools/7z.dll",
- "tools/7zCon.sfx",
+ #"tools/7zCon.sfx",
"tools/7-Zip-License.txt",
],)
] + [(os.path.join(LOCALE_DIR, locale),
commit f72fead59fd8c8438a30366ed9b6c784a321e45f
Author: Luke Macken <lmacken(a)redhat.com>
Date: Tue Nov 8 11:54:59 2011 -0500
Actually use the correct version
diff --git a/data/liveusb-creator.nsi b/data/liveusb-creator.nsi
index 110375c..83113a7 100644
--- a/data/liveusb-creator.nsi
+++ b/data/liveusb-creator.nsi
@@ -1,5 +1,5 @@
-Name "LiveUSB Creator 3.9.11"
-OutFile "liveusb-creator-3.9.11-setup.exe"
+Name "LiveUSB Creator 3.11.6"
+OutFile "liveusb-creator-3.11.6-setup.exe"
SetCompressor lzma