Merge pull request #10 from gOOvER/foundryautoupdate

foundry/add autoupdate
This commit is contained in:
Quinten 2024-05-09 17:52:05 +02:00 committed by GitHub
commit b0de0bac95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
"version": "PTDL_v2", "version": "PTDL_v2",
"update_url": null "update_url": null
}, },
"exported_at": "2024-05-08T16:09:18+02:00", "exported_at": "2024-05-09T09:33:57+02:00",
"name": "Foundry", "name": "Foundry",
"author": "eggs@goover.dev", "author": "eggs@goover.dev",
"description": "Build a factory optimized to perfection or an artistic masterpiece in an infinite voxel world. Mine and harvest resources, automate your ever-growing production lines and manage complex systems while researching your way to mechanical mastery in FOUNDRY.", "description": "Build a factory optimized to perfection or an artistic masterpiece in an infinite voxel world. Mine and harvest resources, automate your ever-growing production lines and manage complex systems while researching your way to mechanical mastery in FOUNDRY.",
@ -130,6 +130,16 @@
"rules": "required|string", "rules": "required|string",
"field_type": "text" "field_type": "text"
}, },
{
"name": "[SERVER] Auto update the server",
"description": "",
"env_variable": "AUTO_UPDATE",
"default_value": "1",
"user_viewable": true,
"user_editable": true,
"rules": "required|boolean",
"field_type": "text"
},
{ {
"name": "WINDOWS_INSTALL", "name": "WINDOWS_INSTALL",
"description": "", "description": "",