From ef57c308247134edba528840b2e4202a040b70c0 Mon Sep 17 00:00:00 2001 From: spec Date: Sun, 21 Apr 2024 05:04:15 +0100 Subject: [PATCH] icon added during install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53000d3..73bcf77 100644 --- a/README.md +++ b/README.md @@ -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.*