File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ public async Task UpdateApp(bool silentIfLatestVersion = true)
86
86
var targetDestination = updateManager . RootAppDirectory + $ "\\ app-{ newReleaseVersion . ToString ( ) } \\ { DataLocation . PortableFolderName } ";
87
87
FilesFolders . Copy ( DataLocation . PortableDataPath , targetDestination ) ;
88
88
if ( ! FilesFolders . VerifyBothFolderFilesEqual ( DataLocation . PortableDataPath , targetDestination ) )
89
- MessageBox . Show ( string . Format ( "Flow Launcher was not able to move your user profile data to the new update version. Please manually" +
90
- "move your profile data folder from {0 } to {1}" , DataLocation . PortableDataPath , targetDestination ) ) ;
89
+ MessageBox . Show ( "Flow Launcher was not able to move your user profile data to the new update version. Please manually " +
90
+ $ "move your profile data folder from { DataLocation . PortableDataPath } to { targetDestination } " ) ;
91
91
}
92
92
else
93
93
{
You can’t perform that action at this time.
0 commit comments