mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-13 15:19:49 -05:00
Fix desktop file validation error message
This commit is contained in:
@@ -316,7 +316,7 @@ namespace linuxdeploy {
|
||||
}
|
||||
|
||||
if (!desktopFile.validate()) {
|
||||
ldLog() << LD_ERROR << "Failed to verify desktop file:" << desktopFile.path() << std::endl;
|
||||
ldLog() << LD_ERROR << "Failed to validate desktop file:" << desktopFile.path() << std::endl;
|
||||
}
|
||||
|
||||
ldLog() << "Deploying desktop file" << desktopFile.path() << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user