Skip to content

Commit

Permalink
Create bugreport.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRalex authored Apr 16, 2024
1 parent 1748a0a commit c0d5619
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions bugreport/bugreport.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit c0d5619

Please sign in to comment.