diff --git a/README.md b/README.md index 1459450..f009e54 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Connect on LinkedIn to discuss further. ## Security ## - Secret scanning: Continuous Integration with [GitGuardian](https://www.gitguardian.com/) - Static Code Analysis: Regular static code scan scan with [Bandit](https://bandit.readthedocs.io/en/latest/) -- Static Code Analysis: Incorporate Snyk for daily static analysis of code +- Static Code Analysis: Incorporate Snyk for static analysis of code on every check in - Secure Transmission: All secure communications for any network communications - Dependency Security: All strictest security features enabled in the Github repo @@ -104,8 +104,8 @@ Connect on LinkedIn to discuss further. Note that installation files are generated every few weeks. Generated binaries will almost always trail the latest codebase available in the repo. Latest Binary -- Generated: 2024-01-30 -- Git version: bbe1f4 +- Generated: 2024-06-02 +- Git version: 3b3502d 1. Install ffmpeg @@ -123,7 +123,7 @@ Run these commands in a PowerShell window with administrator privileges. For any 2. Download the zip file from ``` -https://drive.google.com/file/d/1vJCHv8eEjp6q7HEnCMY5mlX_8Ys2_06u/view?usp=drive_link +https://drive.google.com/file/d/1kcgGbTKxZqgbJOShL0bc3Do34lLouYxF/view?usp=drive_link Using GPU provides 2-3 times faster reseponse time depending on processing power of GPU. diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 559cc91..68f12f5 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -32,7 +32,7 @@ Winrar is required for generating binaries from python code. If you do not inten Install pyInstaller ``` -pip install pyinstaller==6.3.0 +pip install pyinstaller==6.7.0 ``` In the file ```generate_binary.bat``` replace these paths at the top of the file to paths specific to your machine. @@ -52,12 +52,12 @@ Run ```generate_binary.bat``` file by replacing paths at the top of the file to Note that installation files are generated every few weeks. So these file will almost always trail the latest codebase available in the repo. Latest Binary -- Generated: 2024-01-30 -- Git version: bbe1f4 +- Generated: 2024-06-02 +- Git version: 3b3502d 1. Download the zip file from ``` -https://drive.google.com/file/d/1vJCHv8eEjp6q7HEnCMY5mlX_8Ys2_06u/view?usp=drive_link +https://drive.google.com/file/d/1kcgGbTKxZqgbJOShL0bc3Do34lLouYxF/view?usp=drive_link ``` 2. Unzip the files in a folder.