Removed package manager remnants, added FLAVR network (WIP)

This commit is contained in:
N00MKRAD
2021-03-11 12:58:18 +01:00
parent 96189e705b
commit 692f6c9be9
16 changed files with 24 additions and 104 deletions

View File

@@ -137,7 +137,7 @@ namespace Flowframes.OS
foreach(AI ai in Networks.networks)
{
var client = new WebClient();
string aiName = Path.GetFileNameWithoutExtension(ai.pkg.fileName);
string aiName = ai.pkgDir;
string url = $"https://raw.githubusercontent.com/n00mkrad/flowframes/main/Pkgs/{aiName}/models.txt";
string movePath = Path.Combine(Paths.GetPkgPath(), aiName, "models.txt");
string savePath = movePath + ".tmp";