Skip to content

Commit

Permalink
Set steam branch based on whether STEAM_BRANCH is set (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
arron1993 authored Dec 9, 2021
1 parent a412b51 commit e777a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def env_defined(key):
steamcmd.extend(["+login", os.environ["STEAM_USER"], os.environ["STEAM_PASSWORD"]])
steamcmd.extend(["+force_install_dir", "/arma3"])
steamcmd.extend(["+app_update", "233780"])
if env_defined("STEAM_BRANCH_PASSWORD"):
if env_defined("STEAM_BRANCH"):
steamcmd.extend(["-beta", os.environ["STEAM_BRANCH"]])
if env_defined("STEAM_BRANCH_PASSWORD"):
steamcmd.extend(["-betapassword", os.environ["STEAM_BRANCH_PASSWORD"]])
Expand Down

0 comments on commit e777a72

Please sign in to comment.