Skip to content

Commit

Permalink
added fonts to build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Govind-S-B committed Dec 20, 2022
1 parent e62977e commit 91f4d5c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Binary file added FINAL_BUILD/Fonts/Poppins-Bold.ttf
Binary file not shown.
Binary file added FINAL_BUILD/Fonts/Poppins-Regular.ttf
Binary file not shown.
5 changes: 2 additions & 3 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
:: Note : Build will only work with , compiled base system configuration
:: my system is x64 , Windows . So the build i make will only work with compatible system of my same configuration

python -m PyInstaller --onefile --add-data="./V2/Fonts/*;." ./V2/EHSA.py
python -m PyInstaller --onefile ./V2/EHSA.py

del json_generator.spec
del report_generator.spec
del EHSA.spec

copy dist FINAL_BUILD

Expand Down

0 comments on commit 91f4d5c

Please sign in to comment.