From 5183c68dd452294ac4024d32fc8a11879bba66ea Mon Sep 17 00:00:00 2001 From: elB4RTO Date: Tue, 22 Nov 2022 23:01:08 +0100 Subject: [PATCH] Fix --- installer/mainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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