diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2011-10-29 12:04:52 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2011-10-29 12:04:52 -0700 |
commit | 28d4075746c6120b56231dc58564a2353cc88a6a (patch) | |
tree | 675b23a7e081617d7d99318826ed6314ae3d7724 /packaging | |
parent | ae8bf9f6f417d8d8eed10796f234367a015e837d (diff) | |
download | subsurface-28d4075746c6120b56231dc58564a2353cc88a6a.tar.gz |
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 <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/windows/subsurface.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/windows/subsurface.nsi b/packaging/windows/subsurface.nsi index c4fd48f27..8595c419b 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 |