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)
8686 var targetDestination = updateManager . RootAppDirectory + $ "\\ app-{ newReleaseVersion . ToString ( ) } \\ { DataLocation . PortableFolderName } ";
8787 FilesFolders . Copy ( DataLocation . PortableDataPath , targetDestination ) ;
8888 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 } " ) ;
9191 }
9292 else
9393 {
You can’t perform that action at this time.
0 commit comments