Skip to content

Commit

Permalink
add cmd option for local build
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercoms committed Aug 10, 2024
1 parent 707f4c8 commit 1635b1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pbsync/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,7 @@ def sync_handler(sync_val: str, repository_val=None):
build_hooks = {
"sln": pbunreal.generate_project_files,
"source": pbunreal.build_source,
"local": partial(pbunreal.build_source, False),
"debuggame": partial(pbunreal.build_game, "DebugGame"),
"development": partial(pbunreal.build_game, "Development"),
"internal": partial(pbunreal.build_game, "Test"),
Expand Down

0 comments on commit 1635b1c

Please sign in to comment.