This commit is contained in:
2026-09-01 16:27:28 -07:00
parent 2725f0b5de
commit 7a787c4315
4 changed files with 89 additions and 2 deletions
+12 -2
View File
@@ -7,7 +7,7 @@
"description": "Machine Learning on Processed fNIRS Data.",
"platforms": ["win_x64"],
"min_app_version": "1.7.0",
"download_url": "https://git.research.dezeeuw.ca/tyler/flares-plugins/machine-learning-pack/machine_learning_pack_win_x64.zip"
"download_url": "https://git.research.dezeeuw.ca/tyler/flares-plugins/raw/branch/main/packages/machine_learning_pack_win_x64.zip"
},
{
"id": "theme-pack",
@@ -17,6 +17,16 @@
"description": "Pure Python themes (cross-platform).",
"min_app_version": "1.7.0",
"platforms": ["darwin_arm64", "darwin_x64", "linux_x64"],
"download_url": "https://git.research.dezeeuw.ca/tyler/flares-plugins/theme-pack/theme_pack_multi.zip"
"download_url": "https://git.research.dezeeuw.ca/tyler/flares-plugins/raw/branch/main/packages/theme_pack_multi.zip"
},
{
"id": "test-plugin",
"name": "Test Plugin",
"version": "1.0.0",
"author": "Tyler de Zeeuw",
"description": "Test Plugin.",
"min_app_version": "1.7.0",
"platforms": ["win_x64"],
"download_url": "https://git.research.dezeeuw.ca/tyler/flares-plugins/raw/branch/main/packages/test-plugin.zip"
}
]