Skip to content

Commit

Permalink
icon added during install
Browse files Browse the repository at this point in the history
  • Loading branch information
specarino authored Apr 21, 2024
1 parent 4ae9f59 commit ef57c30
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 @@ -28,7 +28,7 @@ etc.
Either run `main.py` to use the bot or pack it using,
```sh
python hooks/hook-generator.py
pyinstaller --onefile --runtime-hook hooks/hook-env-loader.py --name mellowdy main.py
pyinstaller --onefile --runtime-hook hooks/hook-env-loader.py --name mellowdy --icon assets/mellowdy.ico main.py
```
*`hook-generator.py` loads environmental variables from `.env` and creates a file called `hook-env-loader.py` which hardcodes in the variables. This file is then packed in with the executeable. Is it safe to do this? Probably not.*

Expand Down

0 comments on commit ef57c30

Please sign in to comment.