From 05d8762c6c2410d7752188ed930c166a5c138b6b Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Wed, 27 Oct 2021 22:41:07 -0600 Subject: [PATCH] Use MS Office filetypes by default --- scripts/wk/setup/win.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/wk/setup/win.py b/scripts/wk/setup/win.py index 829c203c..5bcb74ec 100644 --- a/scripts/wk/setup/win.py +++ b/scripts/wk/setup/win.py @@ -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():