1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-18 03:35:14 +01:00

nsi: Add jpeg62.dll for MSVC

This commit is contained in:
Jonas Kvinge 2022-10-02 22:33:36 +02:00
parent bf9d87106e
commit b2558b703c

View File

@ -391,6 +391,7 @@ Section "Strawberry" Strawberry
File "gstvideo-1.0-0.dll" File "gstvideo-1.0-0.dll"
File "harfbuzz.dll" File "harfbuzz.dll"
File "intl-8.dll" File "intl-8.dll"
File "jpeg62.dll"
File "libbs2b.dll" File "libbs2b.dll"
File "libfaac_dll.dll" File "libfaac_dll.dll"
File "libiconv.dll" File "libiconv.dll"
@ -893,6 +894,7 @@ Section "Uninstall"
Delete "$INSTDIR\gstvideo-1.0-0.dll" Delete "$INSTDIR\gstvideo-1.0-0.dll"
Delete "$INSTDIR\harfbuzz.dll" Delete "$INSTDIR\harfbuzz.dll"
Delete "$INSTDIR\intl-8.dll" Delete "$INSTDIR\intl-8.dll"
Delete "$INSTDIR\jpeg62.dll"
Delete "$INSTDIR\libbs2b.dll" Delete "$INSTDIR\libbs2b.dll"
Delete "$INSTDIR\libfaac_dll.dll" Delete "$INSTDIR\libfaac_dll.dll"
Delete "$INSTDIR\libiconv.dll" Delete "$INSTDIR\libiconv.dll"