mirror of
https://github.com/libretro/Play-.git
synced 2025-01-09 18:10:57 +00:00
PsfPlayer: Added TDEmu*.dll in installer scripts.
git-svn-id: http://svn.purei.org/purei/trunk@782 b36208d7-6611-0410-8bec-b1987f11c4a2
This commit is contained in:
parent
0d6965a533
commit
a9c1bfa5af
@ -63,6 +63,7 @@ Section "PsfPlayer (required)"
|
||||
File "..\Win32\Release\PsfPlayer.exe"
|
||||
File "..\Win32\Release\SH_WaveOut.dll"
|
||||
File "..\Win32\Release\SH_OpenAL.dll"
|
||||
File "..\Win32\Release\TDEmu.dll"
|
||||
File "..\changelog.html"
|
||||
|
||||
; Write the installation path into the registry
|
||||
@ -101,6 +102,7 @@ Section "Uninstall"
|
||||
Delete $INSTDIR\PsfPlayer.exe
|
||||
Delete $INSTDIR\SH_WaveOut.dll
|
||||
Delete $INSTDIR\SH_OpenAL.dll
|
||||
Delete $INSTDIR\TDEmu.dll
|
||||
Delete $INSTDIR\changelog.html
|
||||
Delete $INSTDIR\uninstall.exe
|
||||
|
||||
|
@ -64,6 +64,7 @@ Section "PsfPlayer (required)"
|
||||
File "..\x64\Release\PsfPlayer.exe"
|
||||
File "..\x64\Release\SH_WaveOut.dll"
|
||||
File "..\x64\Release\SH_OpenAL.dll"
|
||||
File "..\x64\Release\TDEmu64.dll"
|
||||
File "..\changelog.html"
|
||||
|
||||
; Write the installation path into the registry
|
||||
@ -102,6 +103,7 @@ Section "Uninstall"
|
||||
Delete $INSTDIR\PsfPlayer.exe
|
||||
Delete $INSTDIR\SH_WaveOut.dll
|
||||
Delete $INSTDIR\SH_OpenAL.dll
|
||||
Delete $INSTDIR\TDEmu64.dll
|
||||
Delete $INSTDIR\changelog.html
|
||||
Delete $INSTDIR\uninstall.exe
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user