Skip to content

Commit

Permalink
added link to release
Browse files Browse the repository at this point in the history
  • Loading branch information
realgoodegg authored Jan 6, 2024
1 parent f352e6d commit ccd8b47
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# aca

![aca icon](/readme_images/128_icon.png)

**aca** is Another Checksum Application
Expand All @@ -21,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 section, otherwise the app can be compiled with [Pyinstaller](https://pyinstaller.org/en/stable/):
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/):

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

Expand Down

0 comments on commit ccd8b47

Please sign in to comment.