Skip to content

Commit 7775837

Browse files
committed
Update roaming directory name to be consistent with parent
1 parent a60b840 commit 7775837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Infrastructure/UserSettings/DataLocation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public static class DataLocation
1212
public const string PortableFolderName = "UserData";
1313
public const string DeletionIndicatorFile = ".dead";
1414
public static string PortableDataPath = Path.Combine(Constant.ProgramDirectory, PortableFolderName);
15-
public static string RoamingDataPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "Flow Launcher");
15+
public static string RoamingDataPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "FlowLauncher");
1616
public static string DataDirectory()
1717
{
1818
if (PortableDataLocationInUse())

0 commit comments

Comments
 (0)