Skip to content

Commit b4f5b89

Browse files
authored
Update README.md
1 parent b5ab143 commit b4f5b89

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# BlueStacks Root GUI
22

3-
This is an AIO application designed to simplify the configuration part of my original tutorial on how to [root BlueStacks](https://github.com/RobThePCGuy/Root-Bluestacks-with-Kitsune-Mask/) with Kitsune Mask. If you want to do things manually, then the original repo is where you go. This tool will allow you to toggle root access and read/write (R/W) modes for BlueStacks instances. It provides an intuitive interface for managing these settings without manually editing configuration files.
3+
>[!IMPORTANT]
4+
> This is an **unofficial modification**. It is not supported by the BlueStacks team, nor should you blame me or them if your dishwasher blows up. Work **IN** Progress only use if you are crazy!
5+
> As always, I am happy to accept help.
6+
7+
This is an AIO application designed to simplify the configuration part of my original tutorial on how to [root BlueStacks](https://github.com/RobThePCGuy/Root-Bluestacks-with-Kitsune-Mask/) with Kitsune Mask. If you want to do things manually, then the original repo is where you go. This tool will allow you to toggle root access and read/write (R/W) modes for BlueStacks instances. It provides an intuitive interface for managing these settings without manually editing configuration files. It will not automatically download BlueStacks or Magisk, nor install either.. yet.
48

59
## Features
610

@@ -67,8 +71,8 @@ This is an AIO application designed to simplify the configuration part of my ori
6771

6872
1. Clone the repository:
6973
```bash
70-
git clone https://github.com/your-repo-name.git
71-
cd your-repo-name
74+
git clone https://github.com/RobThePCGuy/BlueStacks-Root-GUI.git
75+
cd BlueStacks-Root-GUI
7276
```
7377

7478
2. Install dependencies:
@@ -83,11 +87,11 @@ This is an AIO application designed to simplify the configuration part of my ori
8387

8488
4. Build the `.exe` file:
8589
```bash
86-
pyinstaller --onefile --windowed main.py
90+
pyinstaller --onefile --windowed --icon=main.ico main.py
8791
```
8892

8993
---
9094

9195
## Contributions
9296

93-
Contributions are welcome! Feel free to open an issue or submit a pull request.
97+
Contributions are welcome! Feel free to open an issue or submit a pull request.

0 commit comments

Comments
 (0)