mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Delete Pismo install files when finished
This commit is contained in:
parent
13140003a6
commit
f73228919f
@ -265,6 +265,9 @@ namespace MediaBrowser.Installer
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Now delete the pismo install files
|
||||||
|
Directory.Delete(Path.Combine(RootPath, "Pismo"), true);
|
||||||
|
|
||||||
// And run
|
// And run
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
@ -289,6 +292,7 @@ namespace MediaBrowser.Installer
|
|||||||
pismo.StartInfo.Arguments = "install";
|
pismo.StartInfo.Arguments = "install";
|
||||||
pismo.Start();
|
pismo.Start();
|
||||||
pismo.WaitForExit();
|
pismo.WaitForExit();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected async Task<PackageVersionInfo> GetPackageVersion()
|
protected async Task<PackageVersionInfo> GetPackageVersion()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user