Merge pull request #11467 from Mailaender/asset-installer-rework-minor-fixes
Fixed some minor issues in the new mod content extraction.
This commit is contained in:
@@ -25,7 +25,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
|
|||||||
return args.Length == 2;
|
return args.Length == 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
[Desc("ARCHIVE.Z", "Lists the content ranges for a mix file")]
|
[Desc("ARCHIVE.MIX", "Lists the content ranges for a mix file")]
|
||||||
public void Run(ModData modData, string[] args)
|
public void Run(ModData modData, string[] args)
|
||||||
{
|
{
|
||||||
var filename = Path.GetFileName(args[1]);
|
var filename = Path.GetFileName(args[1]);
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ Packages:
|
|||||||
~snow.mix
|
~snow.mix
|
||||||
~interior.mix
|
~interior.mix
|
||||||
~scores.mix
|
~scores.mix
|
||||||
|
~scores-counterstrike.mix
|
||||||
~movies1.mix
|
~movies1.mix
|
||||||
~movies2.mix
|
~movies2.mix
|
||||||
ra|bits
|
ra|bits
|
||||||
|
|||||||
Reference in New Issue
Block a user