Skip to content

Commit

Permalink
Add paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymo111 committed May 2, 2024
1 parent e1fe82e commit af44e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def run_command(command: str):

if not (args.no_build or args.ui_only):
# Pyinstaller command
build_cmd = "pyinstaller --onefile --name nexus nexus/__main__.py --icon ui/images/icon.ico"
build_cmd = "pyinstaller --onefile --name nexus nexus/__main__.py --icon ui/images/icon.ico --paths=.:nexus"

if os_name == "win":
print("Building windowed executable...")
Expand Down

0 comments on commit af44e57

Please sign in to comment.