Skip to content

Fix: PyInstaller

Compare
Choose a tag to compare
@adibzailan adibzailan released this 12 Sep 06:32
· 11 commits to main since this release
58597c1

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

  1. Download the FileCopier.exe file from the dist folder.
  2. Double-click on FileCopier.exe to launch the application.
  3. 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!