Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor windowed logic into a method in build_exe
- Extract the windowed logic from build_exe into a new class method windowed?. - The windowed? method determines if the application should run in windowed mode based on the script extension and force flags. - This refactoring improves code readability and maintainability by encapsulating the logic in a dedicated method.
- Loading branch information