mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-23 22:37:41 +08:00
Fix logs directory location on Livebook Desktop for Windows
This commit is contained in:
parent
a30a0233f3
commit
fab41cfb60
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ Section "Install"
|
||||||
|
|
||||||
File /a /r "bin\Livebook-Release\"
|
File /a /r "bin\Livebook-Release\"
|
||||||
|
|
||||||
CreateDirectory "$INSTDIR\Logs"
|
CreateDirectory "$LOCALAPPDATA\Livebook\Logs"
|
||||||
WriteUninstaller "$INSTDIR\LivebookUninstall.exe"
|
WriteUninstaller "$INSTDIR\LivebookUninstall.exe"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue