Log image dimensions when installing

This commit is contained in:
Lauri Kenttä
2024-04-20 20:28:56 +03:00
parent 7d7d4c2aa4
commit 022ea9b93b

View File

@@ -326,7 +326,7 @@ public class Setup {
throw new SetupException($"Failed to install image {name} to {newName}."); throw new SetupException($"Failed to install image {name} to {newName}.");
} }
} }
WriteLine($"Installed image {name} to {newName}."); WriteLine($"Installed image {name} to {newName}, size {img.Width}x{img.Height}.");
} }
/** /**