removed some amd64 files :o
This commit is contained in:
parent
46b70bdfba
commit
8a2d750970
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user