Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dinogomez authored Jun 10, 2024
1 parent 801f6ef commit c34b84c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,11 @@ With `auto-py-to-exe`.
With `pyinstaller`, refer to this [documentation](https://customtkinter.tomschimansky.com/documentation/packaging) when building customtkinter apps.

```bash
pyinstaller --noconfirm --onedir --windowed --icon "<Genzai Location>/Genzai/assets/genzai.ico" --add-data "<CustomTkinter Location>/customtkinter:customtkinter/" --add-data "<Genzai Location>/Genzai/assets:assets/" --hidden-import "PIL._tkinter_finder" "<Genzai Location>/Genzai/genzai.py"
pyinstaller --noconfirm --onedir --windowed --icon "<Genzai Location>/Genzai/assets/genzai.ico"
--add-data "<CustomTkinter Location>/customtkinter:customtkinter/"
--add-data "<Genzai Location>/Genzai/assets:assets/"
--hidden-import "PIL._tkinter_finder"
"<Genzai Location>/Genzai/genzai.py"
```

## Contributing
Expand Down

0 comments on commit c34b84c

Please sign in to comment.