Skip to content

Commit 8eb0f7e

Browse files
committed
Support P3RE BMD
1 parent b1dfe3e commit 8eb0f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GUI.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ private string GetArguments(string droppedFilePath, string extension, string com
291291
}
292292
}
293293
else if (Path.GetFileName(droppedFilePath).ToLowerInvariant().Contains("bmd"))
294-
outFormatArg = "-InFormat MessageScriptBinary";
294+
outFormatArg = "-InFormat MessageScriptBinary -OutFormat V1RE";
295295
else if (Path.GetFileName(droppedFilePath).ToLowerInvariant().Contains("bf"))
296296
outFormatArg = "-InFormat FlowScriptBinary";
297297
break;

0 commit comments

Comments
 (0)