Skip to content

Commit b63719a

Browse files
committed
Update Roaming folder name to Flow Launcher from Flow.Launcher
1 parent 046ccfc commit b63719a

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), Constant.FlowLauncher);
15+
public static string RoamingDataPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "Flow Launcher");
1616
public static string DataDirectory()
1717
{
1818
if (PortableDataLocationInUse())

0 commit comments

Comments
 (0)