Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
realgoodegg authored Jan 6, 2024
1 parent ccd8b47 commit b1886b7
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 @@ -19,7 +19,7 @@ It requires the following additional Python libraries:
* [pypubsub](https://github.com/schollii/pypubsub)
* [pyperclip](https://github.com/asweigart/pyperclip)

A executable app is available to download in the [Release](https://github.com/realgoodegg/another-checksum-application/releases/tag/v1.0.0) section, otherwise the app can be compiled with [Pyinstaller](https://pyinstaller.org/en/stable/):
An executable app is available to download in the [Release](https://github.com/realgoodegg/another-checksum-application/releases/tag/v1.0.0) section, otherwise the app can be compiled with [Pyinstaller](https://pyinstaller.org/en/stable/):

`pyinstaller --onefile --windowed --collect-submodules filehashingservice.py --icon aca_icon.icns --name "aca" aca.py`

Expand Down

0 comments on commit b1886b7

Please sign in to comment.