Skip to content

Commit

Permalink
Forgot zlib1
Browse files Browse the repository at this point in the history
  • Loading branch information
nmbook committed Apr 2, 2016
1 parent 77b53b3 commit d1f56b1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions trunk/Installer/StealthBot.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ Section "PF" PF
File "PF\eula.txt"
File "PF\Commands.xsd"
File "PF\BNCSutil.dll"
File "PF\Warden.dll"
File "PF\libeay32.dll"
File "PF\zlib1.dll"
File "PF\Warden.dll"
File "PF\Launcher.exe"
File "PF\StealthBot v2.7.exe"
SetOutPath "$INSTDIR\Default"
Expand Down Expand Up @@ -144,8 +145,9 @@ Section "Uninstall"
Delete "$INSTDIR\eula.txt"
Delete "$INSTDIR\Commands.xsd"
Delete "$INSTDIR\BNCSutil.dll"
Delete "$INSTDIR\Warden.dll"
Delete "$INSTDIR\libeay32.dll"
Delete "$INSTDIR\zlib1.dll"
Delete "$INSTDIR\Warden.dll"
Delete "$INSTDIR\Launcher.exe"
Delete "$INSTDIR\StealthBot v2.7.exe"
Delete "$INSTDIR\uninst.exe"
Expand Down

0 comments on commit d1f56b1

Please sign in to comment.