Add namespace and prepare unittest

This commit is contained in:
Alexis Lopez Zubieta
2018-11-04 14:59:27 -06:00
parent 7318d68c96
commit 1fa90fbd5c
5 changed files with 156 additions and 59 deletions

View File

@@ -254,7 +254,7 @@ int main(int argc, char** argv) {
return 1;
}
}
if (!deployAppDirRootFiles(desktopFilePaths, customAppRunPath, appDir))
if (!linuxdeploy::deployAppDirRootFiles(desktopFilePaths, customAppRunPath, appDir))
return 1;
if (outputPlugins) {