Fix log location for core on windows

This commit is contained in:
Daniel
2020-11-24 16:46:08 +01:00
parent 6c9d8535d5
commit 0ac67a01a0

View File

@@ -24,6 +24,7 @@ var (
RunE: runAndLogControlError(func(cmd *cobra.Command, args []string) error {
return runService(cmd, &Options{
Identifier: "core/portmaster-core",
ShortIdentifier: "core",
AllowDownload: true,
AllowHidingWindow: false,
NoOutput: true,