mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-24 06:05:56 -05:00
add out-daap to win32 package
This commit is contained in:
parent
cb18268049
commit
76e35c8ce1
@ -144,6 +144,7 @@ Section "MainSection" SEC01
|
||||
|
||||
SetOutPath "$2\plugins"
|
||||
File "${MTD_SOURCE}\rsp.dll"
|
||||
File "${MTD_SOURCE}\out-daap.dll"
|
||||
File "${MTD_SOURCE}\w32-event.dll"
|
||||
File "${MTD_SOURCE}\ssc-ffmpeg.dll"
|
||||
File "${MTD_SOURCE}\ssc-wma.dll"
|
||||
@ -467,6 +468,7 @@ Section Uninstall
|
||||
Delete "$INSTDIR\avformat.dll"
|
||||
Delete "$INSTDIR\libFLAC.dll"
|
||||
Delete "$INSTDIR\plugins\rsp.dll"
|
||||
Delete "$INSTDIR\plugins\out-daap.dll"
|
||||
Delete "$INSTDIR\plugins\w32-event.dll"
|
||||
Delete "$INSTDIR\plugins\ssc-ffmpeg.dll"
|
||||
Delete "$INSTDIR\plugins\ssc-wma.dll"
|
||||
|
Loading…
Reference in New Issue
Block a user