[PATCH 3 of 5] (issue54) Start application after update in tray mode

Wald Commits scm-commit at wald.intevation.org
Wed Sep 17 12:14:16 CEST 2014


# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1410948717 -7200
# Node ID fd2194295218995c6a62d2501ed4ba68b50f26eb
# Parent  425a9a861d17b44b8240329ef31a4e8c08223c0f
(issue54) Start application after update in tray mode

diff -r 425a9a861d17 -r fd2194295218 packaging/trustbridge.nsi
--- a/packaging/trustbridge.nsi	Wed Sep 17 12:11:31 2014 +0200
+++ b/packaging/trustbridge.nsi	Wed Sep 17 12:11:57 2014 +0200
@@ -262,6 +262,7 @@
 done:
   StrCmp $is_update '1' run_silent dont_run
 run_silent:
+  DesktopShellRun::Exec "$INSTDIR\trustbridge.exe" "--tray"
 dont_run:
 
 SectionEnd


More information about the Trustbridge-commits mailing list