Skip to content

Commit 3ed1f9e

Browse files
author
jessielw
committed
refactor: overwrite if needed
1 parent 75b6d10 commit 3ed1f9e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build_executables.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def build_app():
4848
f"--add-data={babel_fish}:./babelfish",
4949
f"--add-data={guessit}:./guessit",
5050
f"--icon={str(icon_path)}",
51+
"-y",
5152
str(deezy_script),
5253
]
5354
)
@@ -67,6 +68,7 @@ def build_app():
6768
f"--add-data={babel_fish}:./babelfish",
6869
f"--add-data={guessit}:./guessit",
6970
f"--icon={str(icon_path)}",
71+
"-y",
7072
str(deezy_script),
7173
]
7274
)

0 commit comments

Comments
 (0)