Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
FozerG committed Jun 25, 2024
2 parents 55e406a + c28bd16 commit bbcf28d
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 @@ -38,7 +38,7 @@
2. В терминал пишем `python main.py`

>Чтобы скомпилировать скрипт с помощью [Pyinstaller](https://pypi.org/project/pyinstaller/), выполните данную команду:
`pyinstaller --onefile --add-data "assets\*;assets" --icon=assets\\tray.png main.py`
`pyinstaller launcher.spec` или `pyinstaller --onefile --add-data "assets\*;assets" --icon=assets\\tray.png main.py`


------------
Expand Down

0 comments on commit bbcf28d

Please sign in to comment.