mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-28 22:05:03 +00:00
base64tool is not part of the standard distribution anymore.
This commit is contained in:
parent
9370b63acc
commit
c766b79d7a
@ -326,7 +326,6 @@ Section "Program files" SEC01
|
||||
File "mkvinfo.exe"
|
||||
File "mkvextract.exe"
|
||||
File "mmg.exe"
|
||||
File "base64tool.exe"
|
||||
File "*.dll"
|
||||
File "*.ico"
|
||||
SetOutPath "$INSTDIR\doc"
|
||||
@ -354,7 +353,6 @@ Section "Program files" SEC01
|
||||
CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\Documentation\Command line reference\mkvmerge CLI reference.lnk" "$INSTDIR\doc\mkvmerge.html"
|
||||
CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\Documentation\Command line reference\mkvinfo CLI reference.lnk" "$INSTDIR\doc\mkvinfo.html"
|
||||
CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\Documentation\Command line reference\mkvextract CLI reference.lnk" "$INSTDIR\doc\mkvextract.html"
|
||||
CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\Documentation\Command line reference\base64tool CLI reference.lnk" "$INSTDIR\doc\base64tool.html"
|
||||
CreateDirectory "$SMPROGRAMS\$ICONS_GROUP\Documentation\Other documentation"
|
||||
CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\Documentation\Other documentation\ChangeLog - What is new.lnk" "$INSTDIR\doc\ChangeLog.txt"
|
||||
CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\Documentation\Other documentation\README.lnk" "$INSTDIR\doc\README.txt"
|
||||
@ -430,7 +428,6 @@ Section Uninstall
|
||||
Delete "$SMPROGRAMS\$ICONS_GROUP\Documentation\Command line reference\mkvmerge CLI reference.lnk"
|
||||
Delete "$SMPROGRAMS\$ICONS_GROUP\Documentation\Command line reference\mkvinfo CLI reference.lnk"
|
||||
Delete "$SMPROGRAMS\$ICONS_GROUP\Documentation\Command line reference\mkvextract CLI reference.lnk"
|
||||
Delete "$SMPROGRAMS\$ICONS_GROUP\Documentation\Command line reference\base64tool CLI reference.lnk"
|
||||
Delete "$SMPROGRAMS\$ICONS_GROUP\Documentation\Other documentation\ChangeLog - What is new.lnk"
|
||||
Delete "$SMPROGRAMS\$ICONS_GROUP\Documentation\Other documentation\README.lnk"
|
||||
Delete "$SMPROGRAMS\$ICONS_GROUP\Documentation\Other documentation\The GNU GPL.lnk"
|
||||
|
Loading…
Reference in New Issue
Block a user