summaryrefslogtreecommitdiff
path: root/Build/NullSoftInstaller.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-06-17 14:28:44 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-06-17 14:28:44 -0400
commite6d5f8530f28d3e89cb7cb0dae180609bd509589 (patch)
tree9937203db2b14abe0d915fb90b0bd577529bd240 /Build/NullSoftInstaller.hs
parent681f37c515f8aea242b47494d2f6ef9334a1b0e0 (diff)
don't start minimized
Diffstat (limited to 'Build/NullSoftInstaller.hs')
-rw-r--r--Build/NullSoftInstaller.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/NullSoftInstaller.hs b/Build/NullSoftInstaller.hs
index 0c615ee8a..1dcc26cf6 100644
--- a/Build/NullSoftInstaller.hs
+++ b/Build/NullSoftInstaller.hs
@@ -121,7 +121,7 @@ makeInstaller gitannex license extrafiles = nsis $ do
createShortcut startMenuItem
[ Target "wscript.exe"
, Parameters "\"$INSTDIR/git-annex-webapp.vbs\""
- , StartOptions "SW_SHOWMINIMIZED"
+ , StartOptions "SW_SHOWNORMAL"
, IconFile "$INSTDIR/git-annex.exe"
, IconIndex 2
, KeyboardShortcut "ALT|CONTROL|a"
@@ -130,7 +130,7 @@ makeInstaller gitannex license extrafiles = nsis $ do
createShortcut autoStartItem
[ Target "wscript.exe"
, Parameters "\"$INSTDIR/git-annex-autostart.vbs\""
- , StartOptions "SW_SHOWMINIMIZED"
+ , StartOptions "SW_SHOWNORMAL"
, IconFile "$INSTDIR/git-annex.exe"
, IconIndex 2
, Description "git-annex autostart"