From: Dirk Hohndel Date: Sat, 29 Oct 2011 19:04:52 +0000 (-0700) Subject: Fix Windows install destination X-Git-Url: http://git.tdb.fi/?p=ext%2Fsubsurface.git;a=commitdiff_plain;h=28d4075746c6120b56231dc58564a2353cc88a6a Fix Windows install destination I used Desktop for trying things out and forgot to switch back to the more traditional "Program Files" Signed-off-by: Dirk Hohndel --- diff --git a/packaging/windows/subsurface.nsi b/packaging/windows/subsurface.nsi index c4fd48f..8595c41 100644 --- a/packaging/windows/subsurface.nsi +++ b/packaging/windows/subsurface.nsi @@ -21,7 +21,7 @@ FunctionEnd # define the directory to install to, the desktop in this case as specified # by the predefined $DESKTOP variable -installDir "$DESKTOP\subsurface" +installDir "$PROGRAMFILES\subsurface" # default section Section