fixed some issue when building a distributable file
This commit is contained in:
@@ -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()
|
Reference in New Issue
Block a user