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()
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 ;
You can’t perform that action at this time.
0 commit comments