1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 16:32:33 +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 not args.vdf_config_name:
if platform == "win32": if platform == "win32":
vdf_config_name = "app_build_windows.vdf" vdf_config_name = "app_build_windows.vdf"
depot_config_name = "depot_build_linux.vdf" depot_config_name = "depot_build_windows.vdf"
elif platform == "darwin": elif platform == "darwin":
vdf_config_name = "app_build_mac.vdf" vdf_config_name = "app_build_mac.vdf"
depot_config_name = "depot_build_mac.vdf" depot_config_name = "depot_build_mac.vdf"