mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-06-27 14:56:57 -05:00
Add namespace and prepare unittest
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user