mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-23 11:49:34 +01:00
Removed package manager remnants, added FLAVR network (WIP)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user