From d7ffeae2dd588a891d0aef5dd136f394a55200c0 Mon Sep 17 00:00:00 2001 From: Vasily Melenchuk Date: Wed, 8 Jul 2020 17:47:41 +0300 Subject: desktop: separate executable shortcut for safe-mode In situations when no command line params are available (for example in Windows Store msix packages they are still missing) let's try to use another executable shortcut for soffice Change-Id: I6d083912dbed1166d2d68efa5eb0096b73cb58c0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98382 Tested-by: Jenkins Reviewed-by: Thorsten Behrens --- Repository.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'Repository.mk') diff --git a/Repository.mk b/Repository.mk index 17c585303187..e19cc40c9062 100644 --- a/Repository.mk +++ b/Repository.mk @@ -147,6 +147,7 @@ $(eval $(call gb_Helper_register_executables_for_install,OOO,brand, \ $(if $(filter WNT,$(OS)), \ soffice_exe \ soffice_com \ + soffice_safe \ unoinfo \ unopkg \ unopkg_com \ -- cgit