Skip to content

Commit

Permalink
feat(server): add build for cli
Browse files Browse the repository at this point in the history
  • Loading branch information
ntindle committed Jun 10, 2024
1 parent 1a343d7 commit b9a958c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rnd/autogpt_server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
url="https://agpt.co",
executables=[
Executable(
"autogpt_server/app.py", target_name="server", base="console", icon=icon
"autogpt_server/app.py", target_name="agpt_server", base="console", icon=icon
),
Executable(
"autogpt_server/cli.py", target_name="agpt_scli", base="console", icon=icon
),
],
options={
Expand Down

0 comments on commit b9a958c

Please sign in to comment.