Skip to content

Commit

Permalink
v1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehmet Aksoy committed Jul 25, 2024
1 parent 64216c9 commit 62d8995
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,12 @@ If you have any questions or feedback, please contact me.
</div>
<h2>Executable Command</h2>
The following command have been used to create AFCOM.exe

```
pyinstaller --noconfirm --onefile --windowed --icon "img/icon.ico" "src/main.py"
pyinstaller --noconfirm --onefile --windowed --icon "ui/icon.ico" "src/main.py"
```

</div>
<h2>License</h2>
Released under <a href="/LICENSE">MIT</a> by <a href="https://github.com/mcagriaksoy">@mcagriaksoy</a>.
Expand Down
Binary file modified img/Screenshot_v2024_07.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/__pycache__/ui_main.cpython-311.pyc
Binary file not shown.

0 comments on commit 62d8995

Please sign in to comment.