Merge pull request 'Fixed failure to close previous process' (#2) from release/1.1.0.074 into master
Reviewed-on: #2
This commit is contained in:
commit
ec04756989
@ -434,7 +434,7 @@ namespace RandomFileRunner
|
|||||||
|
|
||||||
if (!string.IsNullOrWhiteSpace(filename))
|
if (!string.IsNullOrWhiteSpace(filename))
|
||||||
{
|
{
|
||||||
RyzStudio.Diagnostics.Process.Execute(filename);
|
_currentProcess = RyzStudio.Diagnostics.Process.Execute(filename);
|
||||||
}
|
}
|
||||||
|
|
||||||
//this.IsBusy = false;
|
//this.IsBusy = false;
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="RyzStudio" Version="8.1.0.719" />
|
<PackageReference Include="RyzStudio" Version="8.1.0.720" />
|
||||||
<PackageReference Include="RyzStudio.Windows.Forms" Version="8.1.0.719" />
|
<PackageReference Include="RyzStudio.Windows.Forms" Version="8.1.0.719" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
Binary file not shown.
BIN
References/RyzStudio.8.1.0.720.nupkg
Normal file
BIN
References/RyzStudio.8.1.0.720.nupkg
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user