X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=packaging%2Fwindows%2Fsubsurface.nsi;h=8595c419bf29361cf48e32c85d24f8fd8f92b748;hb=06ddeba47ee75e4ac0ca96e75e8b01b1fb9a60c9;hp=c4fd48f2783033f701b72f5d7c13a5d41f36ed33;hpb=667f07d281399414ff683536a848dda71e04d561;p=ext%2Fsubsurface.git 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