]> git.tdb.fi Git - ext/subsurface.git/commitdiff
Fix Windows install destination
authorDirk Hohndel <dirk@hohndel.org>
Sat, 29 Oct 2011 19:04:52 +0000 (12:04 -0700)
committerDirk Hohndel <dirk@hohndel.org>
Sat, 29 Oct 2011 19:04:52 +0000 (12:04 -0700)
I used Desktop for trying things out and forgot to switch back to the more
traditional "Program Files"

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
packaging/windows/subsurface.nsi

index c4fd48f2783033f701b72f5d7c13a5d41f36ed33..8595c419bf29361cf48e32c85d24f8fd8f92b748 100644 (file)
@@ -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