From a5db28540fead12577774ce5d41a5feaba163091 Mon Sep 17 00:00:00 2001 From: xemulat <98595166+xemulat@users.noreply.github.com> Date: Sat, 22 Jul 2023 23:12:49 +0200 Subject: [PATCH] Build instructions + Minor changes --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b386e00..5065d0c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ flex ![image](https://user-images.githubusercontent.com/98595166/219063111-6cc5a01c-f480-4705-806c-35986b953766.png) -## Reviews +## 🖊️ Reviews *nice toolbox* -`jonathah#1221` @@ -47,6 +47,15 @@ flex -`@genc1337` +## ⚒️ Building +- Remember to put in your UPX path, not to the exe, just to the directory! +``` +git clone https://github.com/xemulat/XToolbox +pip install -r requirements.txt +pip install pyinstaller +pyinstaller --onefile --clean --upx-dir="path\to\upx\dir" main.py +``` + ## 📌 Todo - [ ] Optimize my shitty code - [ ] Add some programs