mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
ae8bf9f6f4
commit
28d4075746
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ FunctionEnd
|
||||||
|
|
||||||
# define the directory to install to, the desktop in this case as specified
|
# define the directory to install to, the desktop in this case as specified
|
||||||
# by the predefined $DESKTOP variable
|
# by the predefined $DESKTOP variable
|
||||||
installDir "$DESKTOP\subsurface"
|
installDir "$PROGRAMFILES\subsurface"
|
||||||
|
|
||||||
# default section
|
# default section
|
||||||
Section
|
Section
|
||||||
|
|
Loading…
Add table
Reference in a new issue