Added RIFE-NCNN, added pkg version checks

This commit is contained in:
N00MKRAD
2020-11-25 14:04:31 +01:00
parent 97dce04f92
commit 6c8e3732a2
26 changed files with 507 additions and 49 deletions

View File

@@ -14,7 +14,7 @@ namespace Flowframes.OS
public static string GetPyCmd ()
{
if (PkgInstaller.IsInstalled(Packages.python))
if (PkgUtils.IsInstalled(Packages.python))
{
Logger.Log("Using embedded Python runtime.");
string pyPkgDir = Path.Combine(Paths.GetPkgPath(), Path.GetFileNameWithoutExtension(Packages.python.fileName));