From 93d539b0cf06249545bed413a71ffb50dfdcfb87 Mon Sep 17 00:00:00 2001 From: Thomas Ebert Date: Thu, 31 Aug 2017 16:20:21 +0200 Subject: Add mimetype support for .URL (Windows) and .webloc (macOS) files. Update places/link svg. Add filetype/link icon. Add repair step for mime types. Signed-off-by: Thomas Ebert --- core/Command/Maintenance/Mimetype/UpdateJS.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/Command') diff --git a/core/Command/Maintenance/Mimetype/UpdateJS.php b/core/Command/Maintenance/Mimetype/UpdateJS.php index 7908d066c80..f302b4a2018 100644 --- a/core/Command/Maintenance/Mimetype/UpdateJS.php +++ b/core/Command/Maintenance/Mimetype/UpdateJS.php @@ -113,7 +113,7 @@ class UpdateJS extends Command { * * You can update the list of MimeType Aliases in config/mimetypealiases.json * The list of files is fetched from core/img/filetypes -* To regenerate this file run ./occ maintenance:mimetypesjs +* To regenerate this file run ./occ maintenance:mimetype:update-js */ OC.MimeTypeList={ aliases: ' . json_encode($aliases, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES) . ', -- cgit v1.2.3