mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-23 11:49:34 +01:00
Added RIFE-NCNN, added pkg version checks
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user