From f6ebc92d2b84c5c7410456294d19c5b2d503a20d Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Wed, 23 Feb 2022 16:45:29 +0100 Subject: [PATCH] Add dependency json file --- tests/dependency.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/dependency.json diff --git a/tests/dependency.json b/tests/dependency.json new file mode 100644 index 0000000..9e4e9f5 --- /dev/null +++ b/tests/dependency.json @@ -0,0 +1,11 @@ +{ + "blender": { + "moderlab_plugin": ["moderlab_plugin.zip", "Moderlab-Production/BlenderPlugin"], + "moderlab_type": ["moderlab_type.zip", "Moderlab-Production/BlenderObjectType"], + "moderlab_pie": ["moderlab_plugin.zip", "Moderlab-Production/BlenderPieMenu"] + }, + "unreal": { + "unreal-pipeline": ["unreal-moderlab-pipeline.zip", "Moderlab-Production/UnrealPipeline"], + "unreal-type": ["Moderlab-Unreal-Type.zip", "Moderlab-Production/UnrealType"] + } +} \ No newline at end of file