mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-06-28 19:09:46 -05:00
Make "Deploying custom AppRun" a regular message
This commit is contained in:
@@ -58,7 +58,7 @@ namespace linuxdeploy {
|
||||
ldLog() << std::endl << "-- Deploying files into AppDir root directory --" << std::endl;
|
||||
|
||||
if (!customAppRunPath.empty()) {
|
||||
ldLog() << LD_WARNING << "Deploying custom AppRun: " << customAppRunPath << std::endl;
|
||||
ldLog() << LD_INFO << "Deploying custom AppRun: " << customAppRunPath << std::endl;
|
||||
appDir.deployFile(customAppRunPath, appDir.path() / "AppRun");
|
||||
appDir.executeDeferredOperations();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user