Skip to content

Commit

Permalink
fix(steam): Remove bad early return
Browse files Browse the repository at this point in the history
  • Loading branch information
TwentyPast4 committed Jun 29, 2024
1 parent 787c0de commit 3093a37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pbpy/pbsteamcmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def publish_build(branch_type, steamcmd_exec_path, publish_stagedir, app_script,
return False

shutil.move(drm_output, drm_exe_path)
return True

command.extend(["+run_app_build", script_path, "+quit"])
proc = pbtools.run(command)
Expand Down

0 comments on commit 3093a37

Please sign in to comment.