update helper for automatic library package patching

This commit is contained in:
deathfantasy 2015-10-02 03:10:56 +07:00
parent 2c17e6fc12
commit bf8389371a
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@ else:
sys.argv=[sys.argv[0],"py2exe"]
# put necessary library patches/includes/whatever in this directory
sys.path.insert(0, "sources/resources/library_patches")
setup(
data_files = [(".", glob(r'.\RESOURCES_x86\msvcr90.dll'))],
console=['reverse_ssl.py'],