Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppefutia committed Mar 29, 2021
1 parent 27c7933 commit 56b1a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Moreover, you need to install the [Pyinstaller tool](https://pypi.org/project/py

This repository provides a `main.spec` file and a `hook-cefpython3.py` file in the `hooks` folder, which specify all the dependencies (and the related paths) to build the .exe file. In particular, they provide all the instructions to use the uvicorn application server the cef tool in a Windows desktop app.

To generate the .exe, you can run the following command. In your .spec file, remember to update the following lines according you folder structure:
To generate the .exe, you can run the following command. In your .spec file, remember to update the following lines according your folder structure:

```
pathex=['C:\\Users\\Giuseppe\\Scrivania\\batch-mailer'],
Expand Down

0 comments on commit 56b1a1e

Please sign in to comment.