From 8a2d750970aee3485790039fc813c9d76661b15d Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 3 Apr 2006 02:42:20 +0000 Subject: [PATCH] removed some amd64 files :o --- installer/amxmodx-installer.nsi | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/installer/amxmodx-installer.nsi b/installer/amxmodx-installer.nsi index e6ce40e1..ccbb6eec 100755 --- a/installer/amxmodx-installer.nsi +++ b/installer/amxmodx-installer.nsi @@ -2,7 +2,7 @@ ; Licensed under the GNU General Public License ; Written by -=HaXoMaTiC=- !define PRODUCT_NAME "AMX Mod X Installer" -!define PRODUCT_VERSION "1.70" +!define PRODUCT_VERSION "1.71" !define PRODUCT_PUBLISHER "AMX Mod X Dev Team" !define PRODUCT_WEB_SITE "http://www.amxmodx.org/" !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\Installer.exe" @@ -378,7 +378,6 @@ Section "MainSection" SEC01 File "installer\files\tfc\data\tfcstats.amxx" SetOutPath "$INSTDIR\files\tfc\modules" File "installer\files\tfc\modules\tfcx_amxx.dll" - File "installer\files\tfc\modules\tfcx_amxx_amd64.so" File "installer\files\tfc\modules\tfcx_amxx_i386.so" SetOutPath "$INSTDIR\files\tfc\plugins" File "installer\files\tfc\plugins\plmenu.amxx" @@ -400,10 +399,8 @@ Section "MainSection" SEC01 File "installer\files\ts\data\tsstats.amxx" SetOutPath "$INSTDIR\files\ts\modules" File "installer\files\ts\modules\tsx_amxx.dll" - File "installer\files\ts\modules\tsx_amxx_amd64.so" File "installer\files\ts\modules\tsx_amxx_i386.so" File "installer\files\ts\modules\tsfun_amxx.dll" - File "installer\files\ts\modules\tsfun_amxx_amd64.so" File "installer\files\ts\modules\tsfun_amxx_i386.so" SetOutPath "$INSTDIR\files\ts\plugins" File "installer\files\ts\plugins\stats.amxx" @@ -473,10 +470,8 @@ Section Uninstall Delete "$INSTDIR\files\ts\plugins\statssounds.amxx" Delete "$INSTDIR\files\ts\plugins\stats.amxx" Delete "$INSTDIR\files\ts\modules\tsx_amxx_i386.so" - Delete "$INSTDIR\files\ts\modules\tsx_amxx_amd64.so" Delete "$INSTDIR\files\ts\modules\tsx_amxx.dll" Delete "$INSTDIR\files\ts\modules\tsfun_amxx_i386.so" - Delete "$INSTDIR\files\ts\modules\tsfun_amxx_amd64.so" Delete "$INSTDIR\files\ts\modules\tsfun_amxx.dll" Delete "$INSTDIR\files\ts\data\tsstats.amxx" Delete "$INSTDIR\files\ts\configs\plugins.ini" @@ -493,7 +488,6 @@ Section Uninstall Delete "$INSTDIR\files\tfc\plugins\stats.amxx" Delete "$INSTDIR\files\tfc\plugins\plmenu.amxx" Delete "$INSTDIR\files\tfc\modules\tfcx_amxx_i386.so" - Delete "$INSTDIR\files\tfc\modules\tfcx_amxx_amd64.so" Delete "$INSTDIR\files\tfc\modules\tfcx_amxx.dll" Delete "$INSTDIR\files\tfc\data\tfcstats.amxx" Delete "$INSTDIR\files\tfc\configs\plugins.ini"