Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ONLYOFFICE/onlyoffice-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntipkin-A <Artem.Antipkin@onlyoffice.com>2021-11-26 10:43:35 +0300
committerSergey Linnik <sergey.linnik@onlyoffice.com>2021-12-10 13:35:29 +0300
commit1d61acdad17a4c294d9880c22f1640c07f19cd07 (patch)
tree85524515e47aba541b3118809e80dd17b083d87a /appinfo
parent685ffa150d1ea035ed5acdf1007b855668613c33 (diff)
repair aliase icon for docxf, oform when update plugin
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index fbbda0d..c327e83 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -38,4 +38,9 @@
<commands>
<command>OCA\Onlyoffice\Command\DocumentServer</command>
</commands>
+ <repair-steps>
+ <post-migration>
+ <step>OCA\Onlyoffice\Migration\MimeRepair</step>
+ </post-migration>
+ </repair-steps>
</info>