Skip to content

Commit

Permalink
Ask Py2exe to bundle all *.dll files required for BrlAPI. Fix for #10238
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszgo1 authored and michaelDCurran committed Oct 7, 2019
1 parent 44a1dd1 commit 287f4ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ def getRecursiveDataFiles(dest,source,excludes=()):
("images", glob("images/*.ico")),
("louis/tables",glob("louis/tables/*")),
("COMRegistrationFixes", glob("COMRegistrationFixes/*.reg")),
(".", glob("../miscDeps/python/*.dll")),
(".", ['message.html' ])
] + (
getLocaleDataFiles()
Expand Down

0 comments on commit 287f4ea

Please sign in to comment.