Fix loggin dir

This commit is contained in:
Vladimir Stoilov 2024-12-12 16:33:02 +02:00
parent 0997f1ce26
commit fed64e6fbd
No known key found for this signature in database
GPG key ID: 2F190B67A43A81AF
5 changed files with 5 additions and 5 deletions

View file

@ -27,7 +27,7 @@
!macroend
!macro NSIS_HOOK_POSTINSTALL
ExecWait 'sc.exe create PortmasterCore binPath= "$INSTDIR\portmaster-core.exe"'
ExecWait 'sc.exe create PortmasterCore binPath= "$INSTDIR\portmaster-core.exe --log-dir=%PROGRAMDATA%\Portmaster\logs"'
!macroend
!macro NSIS_HOOK_PREUNINSTALL