Use MS Office filetypes by default

This commit is contained in:
2Shirt 2021-10-27 22:41:07 -06:00
parent ac9a6bfc73
commit 05d8762c6c
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -511,7 +511,10 @@ def auto_install_libreoffice():
NOTE: It is assumed that auto_install_vcredists() will be run
before this function to satisfy the vcredist=False usage.
"""
TRY_PRINT.run('LibreOffice...', install_libreoffice, vcredist=False)
TRY_PRINT.run(
'LibreOffice...', install_libreoffice,
use_mso_formats=True, vcredist=False,
)
def auto_install_open_shell():