aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packaging/windows/subsurface.nsi2
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