Skip to content

Commit 63fa6bb

Browse files
committed
fix installer build
1 parent 58a4cde commit 63fa6bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VolumeControl/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ private static int Main_Impl(string[] args)
304304
#if RELEASE_FORINSTALLER // use the application's AppData directory for the config file
305305
Settings = new(Path.Combine(PathFinder.ApplicationAppDataPath, "VolumeControl.json"));
306306

307-
if (Settings.LogPath == DefaultLogPath && !CanWriteToDirectory(exeDir))
307+
if (Settings.LogPath == Config.DefaultLogPath && !CanWriteToDirectory(exeDir))
308308
Settings.LogPath = Path.Combine(PathFinder.ApplicationAppDataPath, "VolumeControl.log");
309309
#else
310310
Settings = new("VolumeControl.json");

0 commit comments

Comments
 (0)