You've already forked linuxdeploy
mirror of
https://github.com/encounter/linuxdeploy.git
synced 2026-03-30 11:18:58 -07:00
Fix desktop file validation error message
This commit is contained in:
+1
-1
@@ -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