Fix: PyInstaller
Release v1.2.1
What's New
- Fixed the PyInstaller script to successfully create a standalone executable for the File Copier application.
- The application can now be distributed as a single .exe file, making it easier for users to run without requiring Python or additional dependencies.
Resolved Issues
- Addressed the problem with the PyInstaller script that previously prevented the creation of the executable.
How to Use
- Download the
FileCopier.exe
file from thedist
folder. - Double-click on
FileCopier.exe
to launch the application. - The application should run without needing to install Python or any additional libraries.
Notes for Developers
- If you need to make changes to the application, modify the source code and then run the
pyinstaller_script.py
to generate a new executable. - Ensure all dependencies are correctly specified in the PyInstaller script to include them in the final executable.
Feedback
If you encounter any issues or have suggestions for improvement, please open an issue on the GitHub repository.
Thank you for using File Copier!