Update Program.cs
This commit is contained in:
parent
0053c5175e
commit
1c126b54f9
|
@ -53,7 +53,7 @@ namespace Divine_Souls_Extractor
|
||||||
case "ÿûâ`":
|
case "ÿûâ`":
|
||||||
File.Move(path + "//" + i, path + "//" + i + ".mp3");
|
File.Move(path + "//" + i, path + "//" + i + ".mp3");
|
||||||
break;
|
break;
|
||||||
case "bm8\0":
|
case "BM8\0":
|
||||||
File.Move(path + "//" + i, path + "//" + i + ".bmp");
|
File.Move(path + "//" + i, path + "//" + i + ".bmp");
|
||||||
break;
|
break;
|
||||||
//Todo: list of file names = .ifl
|
//Todo: list of file names = .ifl
|
||||||
|
|
Loading…
Reference in New Issue