Commit c0b92783 authored by nanahira's avatar nanahira

fix

parent f11c7e2b
...@@ -223,7 +223,7 @@ public void ConvertImages(string imgpath, string gamepath, bool isreplace) ...@@ -223,7 +223,7 @@ public void ConvertImages(string imgpath, string gamepath, bool isreplace)
string ex = Path.GetExtension(f).ToLower(); string ex = Path.GetExtension(f).ToLower();
string name = Path.GetFileNameWithoutExtension(f); string name = Path.GetFileNameWithoutExtension(f);
string jpg_b = MyPath.Combine(picspath, name + ".jpg"); string jpg_b = MyPath.Combine(picspath, name + ".jpg");
string jpg_s = MyPath.Combine(thubpath, name + ".jpg"); //string jpg_s = MyPath.Combine(thubpath, name + ".jpg");
if (ex == ".jpg" || ex == ".png" || ex == ".bmp") if (ex == ".jpg" || ex == ".png" || ex == ".bmp")
{ {
if (File.Exists(f)) if (File.Exists(f))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment