mirror of
https://github.com/UltiNaruto/PKGTool
synced 2024-11-10 06:04:19 +00:00
Version 1.4.3
Fixed again -o parameter since Git messed it up Added version when having cursor on the DLL
This commit is contained in:
parent
d771879949
commit
1172af4e62
2 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
<Version>1.4.3</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -177,7 +177,7 @@ namespace PKGTool
|
|||
if (args.Length == 4)
|
||||
{
|
||||
if (args[2] == "-o")
|
||||
outPath = args[2];
|
||||
outPath = args[3];
|
||||
else
|
||||
{
|
||||
Usage();
|
||||
|
|
Loading…
Reference in a new issue