mirror of
https://github.com/safing/portmaster
synced 2025-09-14 00:39:41 +00:00
Fix loggin dir
This commit is contained in:
parent
0997f1ce26
commit
fed64e6fbd
5 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue