Update egg-icarus--dedicated (#2458)

adjusted wine version from staging to latest to fix server not starting properly
This commit is contained in:
Alexander Ballauf 2023-09-03 21:32:02 +02:00 committed by GitHub
parent 12155b3070
commit 6e17f7f252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2022-12-10T14:40:39+01:00",
"exported_at": "2023-09-03T21:07:28+02:00",
"name": "Icarus-Dedicated",
"author": "bolverblitz@ebg.pw",
"description": "Icarus is a survival game that with dedicated servers as a public beta",
@ -12,7 +12,7 @@
"steam_disk_space"
],
"docker_images": {
"Wine Staging": "ghcr.io\/parkervcp\/yolks:wine_staging"
"Wine Staging": "ghcr.io\/parkervcp\/yolks:wine_latest"
},
"file_denylist": [],
"startup": "wine64 .\/Icarus\/Binaries\/Win64\/IcarusServer-Win64-Shipping.exe -Log -SteamServerName=${SERVER_NAME} -PORT=\"${SERVER_PORT}\" -QueryPort=\"${QUERY_PORT}\"",