Skip to content

Commit

Permalink
Removed unnecessary data files from nightly installer
Browse files Browse the repository at this point in the history
  • Loading branch information
ccw808 committed Jul 4, 2015
1 parent 7824c7f commit 84c44d5
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions Shared/installer/nightly.nsi
Expand Up @@ -640,18 +640,6 @@ DontInstallRedistVC12:
File "${FILES_ROOT}\MTA San Andreas\mta\libcurl.dll"
File "${FILES_ROOT}\MTA San Andreas\mta\loader.dll"
File "${FILES_ROOT}\MTA San Andreas\mta\pthread.dll"
; The files below can be moved out of the LIGHTBUILD zone at some point
File "${FILES_ROOT}\MTA San Andreas\mta\bass_fx.dll"
File "${FILES_ROOT}\MTA San Andreas\mta\bassopus.dll"
File "${FILES_ROOT}\MTA San Andreas\mta\tags.dll"
File "${FILES_ROOT}\MTA San Andreas\mta\XInput9_1_0_mta.dll"
File "${FILES_ROOT}\MTA San Andreas\mta\vea.dll"
File "${FILES_ROOT}\MTA San Andreas\mta\vog.dll"
File "${FILES_ROOT}\MTA San Andreas\mta\vvo.dll"
File "${FILES_ROOT}\MTA San Andreas\mta\vvof.dll"
SetOutPath "$INSTDIR\MTA\cgui\images"
File "${FILES_ROOT}\MTA San Andreas\mta\cgui\images\busy_spinner.png"
File "${FILES_ROOT}\MTA San Andreas\mta\cgui\images\rect_edge.png"

SetOutPath "$INSTDIR\MTA"
File "${FILES_ROOT}\MTA San Andreas\mta\libcef.dll"
Expand Down Expand Up @@ -681,7 +669,15 @@ DontInstallRedistVC12:
File "${FILES_ROOT}\MTA San Andreas\mta\bass_aac.dll"
File "${FILES_ROOT}\MTA San Andreas\mta\bass_ac3.dll"
File "${FILES_ROOT}\MTA San Andreas\mta\bassmix.dll"
File "${FILES_ROOT}\MTA San Andreas\mta\bass_fx.dll"
File "${FILES_ROOT}\MTA San Andreas\mta\bassopus.dll"
File "${FILES_ROOT}\MTA San Andreas\mta\tags.dll"
File "${FILES_ROOT}\MTA San Andreas\mta\sa.dat"
File "${FILES_ROOT}\MTA San Andreas\mta\vea.dll"
File "${FILES_ROOT}\MTA San Andreas\mta\vog.dll"
File "${FILES_ROOT}\MTA San Andreas\mta\vvo.dll"
File "${FILES_ROOT}\MTA San Andreas\mta\vvof.dll"
File "${FILES_ROOT}\MTA San Andreas\mta\XInput9_1_0_mta.dll"

File "${FILES_ROOT}\MTA San Andreas\mta\d3dcompiler_43.dll"
File "${FILES_ROOT}\MTA San Andreas\mta\d3dcompiler_47.dll"
Expand Down

0 comments on commit 84c44d5

Please sign in to comment.