We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4379147 commit 20b90eeCopy full SHA for 20b90ee
1 file changed
src/MediaConverters/MediaConverters.Tool/Program.cs
@@ -24,7 +24,7 @@ static async Task<int> Main(string[] args)
24
if (args.Length == 0 || args.Length == 1)
25
{
26
// 调试模式
27
- var inputFile = "image.wmf";
+ var inputFile = "image.png";
28
if (args.Length == 1)
29
30
inputFile = args[0];
0 commit comments