diff --git a/FINAL_BUILD/Fonts/Poppins-Bold.ttf b/FINAL_BUILD/Fonts/Poppins-Bold.ttf new file mode 100644 index 00000000..00559eeb Binary files /dev/null and b/FINAL_BUILD/Fonts/Poppins-Bold.ttf differ diff --git a/FINAL_BUILD/Fonts/Poppins-Regular.ttf b/FINAL_BUILD/Fonts/Poppins-Regular.ttf new file mode 100644 index 00000000..9f0c71b7 Binary files /dev/null and b/FINAL_BUILD/Fonts/Poppins-Regular.ttf differ diff --git a/build.bat b/build.bat index be67aa1b..794960e7 100644 --- a/build.bat +++ b/build.bat @@ -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