mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Fix depot name
This commit is contained in:
parent
0f4b30492b
commit
becba82a77
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user