This commit is contained in:
Yostra 2020-05-27 22:21:02 -07:00 committed by wjblanke
parent b13515f622
commit bc7e0aee30
2 changed files with 2 additions and 2 deletions

View File

@ -198,7 +198,7 @@ farmer_exe = EXE(farmer_pyz,
strip=False)
harvester_exe = EXE(harvester_pyz,
farmer.scripts,
harvester.scripts,
[],
exclude_binaries=True,
name='start_harvester',

View File

@ -201,7 +201,7 @@ farmer_exe = EXE(farmer_pyz,
strip=False)
harvester_exe = EXE(harvester_pyz,
farmer.scripts,
harvester.scripts,
[],
exclude_binaries=True,
name='start_harvester',