From 28d4075746c6120b56231dc58564a2353cc88a6a Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 29 Oct 2011 12:04:52 -0700 Subject: [PATCH] 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 --- packaging/windows/subsurface.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0