We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19fae64 commit e7cb179Copy full SHA for e7cb179
src/deployment.h
@@ -25,7 +25,7 @@ using namespace linuxdeploy::core::log;
25
inline bool deployIntegrationPlugins(appdir::AppDir& appDir, const fs::path& qtPluginsPath, const std::initializer_list<fs::path>& subDirs) {
26
for (const fs::path& subDir : subDirs) {
27
// make sure the path ends with a / so that liblinuxdeploy recognize the destination as a directory
28
- auto dir = qtPluginsPath / subDir / "/";
+ auto dir = qtPluginsPath / subDir / "";
29
30
if (!fs::is_directory(dir)) {
31
ldLog() << "Directory" << dir << "doesn't exist, skipping deployment" << std::endl;
0 commit comments