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 @@ -94,8 +94,8 @@ void ConfigureApp::copyFiles(Options &options)
9494 if (!filesystem::exists (binFolder))
9595 filesystem::create_directories (binFolder);
9696
97- filesystem::copy (options.rootDirectory + L" Configs\\ xml\\ *" ,binFolder,filesystem::copy_options::overwrite_existing);
98- filesystem::copy (options.rootDirectory + L" ColorProfiles\\ *" ,binFolder,filesystem::copy_options::overwrite_existing);
97+ filesystem::copy (options.rootDirectory + L" Configure \\ Configs\\ xml\\ *" ,binFolder,filesystem::copy_options::overwrite_existing);
98+ filesystem::copy (options.rootDirectory + L" Configure \\ ColorProfiles\\ *" ,binFolder,filesystem::copy_options::overwrite_existing);
9999}
100100
101101BOOL ConfigureApp::createFiles (Options &options,WaitDialog &waitDialog) const
You can’t perform that action at this time.
0 commit comments