From c0d561950d1e0a7849ce0cd766ea45aa98ff0681 Mon Sep 17 00:00:00 2001 From: Joshua Taylor Date: Tue, 16 Apr 2024 08:46:21 -0500 Subject: [PATCH] Create bugreport.json --- bugreport/bugreport.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bugreport/bugreport.json diff --git a/bugreport/bugreport.json b/bugreport/bugreport.json new file mode 100644 index 0000000..3d77ff2 --- /dev/null +++ b/bugreport/bugreport.json @@ -0,0 +1,22 @@ +{ + "name": "bugreport", + "display": "Github.com download bug", + "type": "test", + "install": [ + { + "files": [ + "https://github.com/evilfactory/LuaCsForBarotrauma/releases/download/latest/luacsforbarotrauma_build_linux_server.tar.gz" + ], + "type": "download" + } + ], + "run": { + "stopCode": 9, + "command": "echo This is a test", + }, + "supportedEnvironments": [ + { + "type": "docker" + } + ] +}