mirror of
https://github.com/MichaelHinrichs/Divine-Souls-Extractor.git
synced 2025-01-21 13:56:11 +00:00
Update Program.cs
This commit is contained in:
parent
0053c5175e
commit
1c126b54f9
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ namespace Divine_Souls_Extractor
|
|||
case "ÿûâ`":
|
||||
File.Move(path + "//" + i, path + "//" + i + ".mp3");
|
||||
break;
|
||||
case "bm8\0":
|
||||
case "BM8\0":
|
||||
File.Move(path + "//" + i, path + "//" + i + ".bmp");
|
||||
break;
|
||||
//Todo: list of file names = .ifl
|
||||
|
|
Loading…
Reference in a new issue