Skip to content

Commit

Permalink
write out steam_appid
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercoms committed Sep 8, 2024
1 parent 9dedca1 commit f3158de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pbpy/pbsteamcmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ def push_app():
if not drm_exe_path.is_file():
pblog.error("steamcmd/drm/targetbinary does not exist.")
return False
with open(drm_exe_path.parent / "steam_appid.txt", "w") as appid_file:
appid_file.write(drm_app_id)
drm_command = base_steamcmd_command.copy()
drm_output = (
Path(pbconfig.config_filepath).parent
Expand Down

0 comments on commit f3158de

Please sign in to comment.