File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Flow.Launcher.Core/Configuration Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ public void PreStartCleanUpAfterPortabilityUpdate()
148
148
{
149
149
// Specify here so this method does not rely on other environment variables to initialise
150
150
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 " ) ;
152
152
153
153
bool DataLocationPortableDeleteRequired = false ;
154
154
bool DataLocationRoamingDeleteRequired = false ;
You can’t perform that action at this time.
0 commit comments