Skip to content

Commit

Permalink
Updated build.py for new program name
Browse files Browse the repository at this point in the history
  • Loading branch information
erickb committed Dec 15, 2021
1 parent 082ccc5 commit 1114cd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.py
Expand Up @@ -5,8 +5,8 @@
if os.path.exists(d) and os.path.isdir(d):
shutil.rmtree(d)

os.system('pyinstaller --onefile --icon=sei_icon-32x32.ico recovrs.py')
os.system('pyinstaller --onefile --icon=sei_icon-32x32.ico epi_macro_model.py')

if os.path.exists('dist') and os.path.isdir('dist'):
os.system('cp *.yaml dist/')
os.system('cp input_output_data.csv dist/')
os.system('copy *.yaml dist')
os.system('copy input_output_data.csv dist')

0 comments on commit 1114cd2

Please sign in to comment.