Skip to content

Commit

Permalink
updated setup
Browse files Browse the repository at this point in the history
  • Loading branch information
PK-cod3ch3mist committed Nov 29, 2023
1 parent f134cbb commit 5f99a75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@
),
]

bdist_dmg_options = {"applications_shortcut": True, "volume_label": "The Eighth Run"}

cx_Freeze.setup(
name="The Eighth Run",
version="1.0",
description="A game made for the GitHub Game Off 2023",
author="Pratyush Kumar",
options={"build_exe": {"packages": ["pygame"], "include_files": ["assets"]}},
executables=executables,
)

0 comments on commit 5f99a75

Please sign in to comment.