From c9f68885e793be44902fff09c1b927d66693e1b3 Mon Sep 17 00:00:00 2001 From: Remy Marquis Date: Tue, 23 Dec 2014 11:35:51 +0100 Subject: [PATCH] fixed NSIS omnibot path --- nsis/etlegacy.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nsis/etlegacy.nsi b/nsis/etlegacy.nsi index 1428bec..56b8daa 100644 --- a/nsis/etlegacy.nsi +++ b/nsis/etlegacy.nsi @@ -8,7 +8,7 @@ ; - the ET: Legacy binary files in a "etlegacy-windows-${VERSION}" subfolder without Omni-bot files. ; Change the version number below. You don't need to change anything else. -!define VERSION "2.71rc4" +!define VERSION "2.71a" ; ------------------------ ; GENERAL @@ -199,7 +199,7 @@ Section "Omni-bot" OMNIBOT IDCANCEL END IDRETRY GET_BOT UNPACK_BOT: - ZipDLL::extractall "$TEMP\omnibot-windows-latest.zip" "$INSTDIR\legacy\omni-bot" + ZipDLL::extractall "$TEMP\omnibot-windows-latest.zip" "$INSTDIR\legacy" IfFileExists "$INSTDIR\legacy\omni-bot\*.*" END MessageBox MB_ICONEXCLAMATION|MB_OK "Fatal Error: Omni-bot extraction failed."