Skip to content

Commit b786b1c

Browse files
committed
Update portable's roaming folder string to be consistent
1 parent 7775837 commit b786b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Core/Configuration/Portable.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public void PreStartCleanUpAfterPortabilityUpdate()
148148
{
149149
// Specify here so this method does not rely on other environment variables to initialise
150150
var portableDataPath = Path.Combine(Directory.GetParent(Assembly.GetExecutingAssembly().Location.NonNull()).ToString(), "UserData");
151-
var roamingDataPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "Flow.Launcher");
151+
var roamingDataPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "FlowLauncher");
152152

153153
bool DataLocationPortableDeleteRequired = false;
154154
bool DataLocationRoamingDeleteRequired = false;

0 commit comments

Comments
 (0)