mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-06-27 14:56:57 -05:00
Replace args::ValueFlagList by vector<string> in deployAppDirRootFiles function signature
This commit is contained in:
@@ -254,7 +254,7 @@ int main(int argc, char** argv) {
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
if (!linuxdeploy::deployAppDirRootFiles(desktopFilePaths, customAppRunPath, appDir))
|
||||
if (!linuxdeploy::deployAppDirRootFiles(desktopFilePaths.Get(), customAppRunPath.Get(), appDir))
|
||||
return 1;
|
||||
|
||||
if (outputPlugins) {
|
||||
|
||||
Reference in New Issue
Block a user