Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor build_exe method to inline dlls variable logic
- Inline the logic of the dlls variable directly into the build_exe method. - Replace dlls variable with a direct call to Ocran.detect_dlls. - Each block within the autodll section remains unchanged. - This refactoring simplifies the code by removing the intermediate dlls variable.
- Loading branch information