Skip to content

Commit

Permalink
Fixed the installer to pick up the new pvrtc.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Jul 24, 2013
1 parent c1a7d25 commit 15ad006
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Installers/Windows/MonoGame.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Section "MonoGame Core Components" CoreComponents ;No components page, name is n
File /nonfatal '..\..\ThirdParty\Libs\NAudio\*.txt'
File '..\..\Tools\2MGFX\bin\Release\*.exe'

File '..\..\ThirdParty\Libs\ManagedPVRTC\x86\PVRTexLibWrapper.dll'
File '..\..\ThirdParty\Libs\ManagedPVRTC\x86\pvrtc.dll'
File /oname=libmojoshader.dll '..\..\ThirdParty\Libs\libmojoshader_32.dll'
File '..\..\ThirdParty\Libs\lame_enc.dll'

Expand Down
2 changes: 1 addition & 1 deletion Installers/default.build
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<echo append="false" file="Windows/header.nsh">
!define FrameworkPath "${project::get-base-directory()}"
!define VERSION "3.0"
!define VERSION "3.2"
!define REVISION "0.0"
</echo>
<exec program="makensis" workingdir="Windows" basedir="C:\Program Files (x86)\NSIS">
Expand Down

0 comments on commit 15ad006

Please sign in to comment.