mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-02-04 03:56:11 -06:00
Make "Deploying custom AppRun" a regular message
This commit is contained in:
parent
9d78e0786b
commit
9d25fee1dc
@ -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();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user