1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-14 22:42:34 +02:00

Fix depot name

This commit is contained in:
Elias Steurer 2021-08-21 13:37:24 +02:00
parent 0f4b30492b
commit becba82a77

View File

@ -37,7 +37,7 @@ depot_config_name = ""
if not args.vdf_config_name:
if platform == "win32":
vdf_config_name = "app_build_windows.vdf"
depot_config_name = "depot_build_linux.vdf"
depot_config_name = "depot_build_windows.vdf"
elif platform == "darwin":
vdf_config_name = "app_build_mac.vdf"
depot_config_name = "depot_build_mac.vdf"