Skip to content

Commit 20b90ee

Browse files
committed
既然已经没有支持 wmf 格式了,那就不再作为默认调试文件
1 parent 4379147 commit 20b90ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/MediaConverters/MediaConverters.Tool

src/MediaConverters/MediaConverters.Tool/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ static async Task<int> Main(string[] args)
2424
if (args.Length == 0 || args.Length == 1)
2525
{
2626
// 调试模式
27-
var inputFile = "image.wmf";
27+
var inputFile = "image.png";
2828
if (args.Length == 1)
2929
{
3030
inputFile = args[0];

0 commit comments

Comments
 (0)