From fab41cfb6087d945eb9571557beb4d92fcd47bb9 Mon Sep 17 00:00:00 2001 From: Wojtek Mach Date: Tue, 12 Dec 2023 13:53:13 +0100 Subject: [PATCH] Fix logs directory location on Livebook Desktop for Windows --- rel/app/windows/Installer.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rel/app/windows/Installer.nsi b/rel/app/windows/Installer.nsi index 5d7ef4967..8f0e7a0d4 100644 --- a/rel/app/windows/Installer.nsi +++ b/rel/app/windows/Installer.nsi @@ -36,7 +36,7 @@ Section "Install" File /a /r "bin\Livebook-Release\" - CreateDirectory "$INSTDIR\Logs" + CreateDirectory "$LOCALAPPDATA\Livebook\Logs" WriteUninstaller "$INSTDIR\LivebookUninstall.exe" SectionEnd