nsi: Fix faad dll filename
This commit is contained in:
parent
ac9fd9070f
commit
8e4b4d6e41
|
@ -408,7 +408,7 @@ Section "Strawberry" Strawberry
|
||||||
File "brotlidec.dll"
|
File "brotlidec.dll"
|
||||||
File "chromaprint.dll"
|
File "chromaprint.dll"
|
||||||
File "ebur128.dll"
|
File "ebur128.dll"
|
||||||
File "faad.dll"
|
File "faad-2.dll"
|
||||||
File "fdk-aac.dll"
|
File "fdk-aac.dll"
|
||||||
File "ffi-7.dll"
|
File "ffi-7.dll"
|
||||||
File "gio-2.0-0.dll"
|
File "gio-2.0-0.dll"
|
||||||
|
@ -965,7 +965,7 @@ Section "Uninstall"
|
||||||
Delete "$INSTDIR\brotlidec.dll"
|
Delete "$INSTDIR\brotlidec.dll"
|
||||||
Delete "$INSTDIR\chromaprint.dll"
|
Delete "$INSTDIR\chromaprint.dll"
|
||||||
Delete "$INSTDIR\ebur128.dll"
|
Delete "$INSTDIR\ebur128.dll"
|
||||||
Delete "$INSTDIR\faad.dll"
|
Delete "$INSTDIR\faad-2.dll"
|
||||||
Delete "$INSTDIR\fdk-aac.dll"
|
Delete "$INSTDIR\fdk-aac.dll"
|
||||||
Delete "$INSTDIR\ffi-7.dll"
|
Delete "$INSTDIR\ffi-7.dll"
|
||||||
Delete "$INSTDIR\gio-2.0-0.dll"
|
Delete "$INSTDIR\gio-2.0-0.dll"
|
||||||
|
|
Loading…
Reference in New Issue