mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding pycache to gitignore
This commit is contained in:
parent
18de7ca671
commit
ca1b9b2170
15 changed files with 1084 additions and 1319 deletions
|
@ -3,7 +3,7 @@ from cx_Freeze import setup, Executable
|
|||
# Dependencies are automatically detected, but it might need fine tuning.
|
||||
build_exe_options = {
|
||||
"packages": ["libtorrent"],
|
||||
"build_exe": "resources/dist/hydra-download-manager",
|
||||
"build_exe": "hydra-download-manager",
|
||||
"include_msvcr": True
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue