summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorVasily Melenchuk <vasily.melenchuk@cib.de>2020-07-08 17:47:41 +0300
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2020-07-13 11:12:24 +0200
commitf9b6f91b450963b84a072a71779ab0b0d6cd2d67 (patch)
treedc3221355c3404ea09009fe19eaaebff4ac337c5 /Repository.mk
parent5138cc34042b33f9c516c145e414b8b85c6a49ca (diff)
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 <Thorsten.Behrens@CIB.de> (cherry picked from commit d7ffeae2dd588a891d0aef5dd136f394a55200c0) Conflicts: Repository.mk desktop/Module_desktop.mk
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk
index c8170649f86a..5c17a4f00379 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -147,6 +147,7 @@ $(eval $(call gb_Helper_register_executables_for_install,OOO,brand, \
$(if $(filter DESKTOP,$(BUILD_TYPE)),unopkg_bin) \
$(if $(filter WNT,$(OS)), \
soffice \
+ soffice_safe \
unoinfo \
unopkg \
unopkg_com \