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:
UltiNaruto 2021-10-28 22:16:25 +02:00
parent d771879949
commit 1172af4e62
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<Version>1.4.3</Version>
</PropertyGroup>
<ItemGroup>

View file

@ -177,7 +177,7 @@ namespace PKGTool
if (args.Length == 4)
{
if (args[2] == "-o")
outPath = args[2];
outPath = args[3];
else
{
Usage();