diff --git a/installer/mainwindow.cpp b/installer/mainwindow.cpp index 0717518..242b72e 100644 --- a/installer/mainwindow.cpp +++ b/installer/mainwindow.cpp @@ -800,9 +800,9 @@ bool MainWindow::copyResources() bool ok = true; std::error_code err; - std::vector names = { "/help" }; + std::vector 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