mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 12:27:21 +00:00
Added the mingw10m.dll dependency to the installer.
This commit is contained in:
parent
541bac7f92
commit
bdc5338c0e
@ -80,6 +80,7 @@ Section "Program files" SEC01
|
||||
File "libintl-8.dll"
|
||||
; File "libmatroska.dll"
|
||||
File "magic1.dll"
|
||||
File "mingwm10.dll"
|
||||
File "regex2.dll"
|
||||
File "zlib1.dll"
|
||||
File "matroskalogo_big.ico"
|
||||
@ -270,6 +271,7 @@ Section Uninstall
|
||||
Delete "$INSTDIR\mkvpropedit.exe"
|
||||
Delete "$INSTDIR\mmg.exe"
|
||||
Delete "$INSTDIR\magic1.dll"
|
||||
Delete "$INSTDIR\mingwm10.dll"
|
||||
Delete "$INSTDIR\regex2.dll"
|
||||
Delete "$INSTDIR\wxbase28u_gcc_custom.dll"
|
||||
Delete "$INSTDIR\wxmsw28u_core_gcc_custom.dll"
|
||||
|
Loading…
Reference in New Issue
Block a user