Fix SVG deployment, mk. 3

This commit is contained in:
TheAssassin
2018-06-16 03:50:43 +02:00
parent 823e9a3cba
commit 73482efa53

View File

@@ -337,7 +337,7 @@ namespace linuxdeploy {
std::string resolution;
// if file is a vector image, use "scalable" directory
if (util::strLower(path.filename().extension().string()) == "svg") {
if (util::strLower(path.filename().extension().string()) == ".svg") {
resolution = "scalable";
} else {
Magick::Image image;