This commit is contained in:
Valentino Orlandi 2022-11-22 23:01:08 +01:00
parent fc59dac29d
commit 5f9fac7850
Signed by: elB4RTO
GPG Key ID: 1719E976DB2D4E71
1 changed files with 2 additions and 2 deletions

View File

@ -800,9 +800,9 @@ bool MainWindow::copyResources()
bool ok = true;
std::error_code err;
std::vector<std::filesystem::path> names = { "/help" };
std::vector<std::string> names = { "help" };
if ( this->OS != 3 ) { // mac .app already contains it
names.push_back( "/licenses" );
names.push_back( "licenses" );
}
for ( const auto& name : names ) {
// remove the entries