From d70dcc34155d09dd058f3479e7adb14b19f50410 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Fri, 13 May 2022 17:34:52 -0400 Subject: [PATCH] Windows build: Install to `$PROGRAMFILES` --- src/bin/nsis/etherpad.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/nsis/etherpad.nsi b/src/bin/nsis/etherpad.nsi index a38d5d17b..9e9e049c7 100644 --- a/src/bin/nsis/etherpad.nsi +++ b/src/bin/nsis/etherpad.nsi @@ -15,7 +15,7 @@ Page directory Page instfiles ; The default installation directory -InstallDir "$LocalAppData\Programs\Etherpad Foundation\Etherpad Server" +InstallDir "$PROGRAMFILES\Etherpad Foundation\Etherpad Server" Section SectionIn RO