fixed some issue when building a distributable file

This commit is contained in:
2018-12-13 16:36:46 -06:00
parent a0c4ad6af4
commit 353a487ded
3 changed files with 9 additions and 9 deletions

View File

@@ -9,5 +9,5 @@ if hasattr(sys, "frozen"):
def setup():
fix_requests.fix()
if hasattr(sys, "frozen"):
fix_win32com.fix()
fix_libloader.fix()
fix_libloader.fix()
fix_win32com.fix()