Skip to content

Commit fabc814

Browse files
authored
Update pyinstaller.spec
1 parent 0e701d0 commit fabc814

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

software/pyinstaller.spec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ a = Analysis(
4545
# Include .exe files on Windows from the Release directory
4646
*([
4747
("script/bin/Release/*.exe", "bin/"),
48-
("script/bin/Release/*.dll", "bin/") # Include any DLLs if they exist
4948
] if is_windows else [
5049
("script/bin/*", "bin/")
5150
]),

0 commit comments

Comments
 (0)