Skip to content

Commit 5f2b674

Browse files
authored
Update readme.md
1 parent e4d91e0 commit 5f2b674

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

readme.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22
Patch Hub 3.6.0 to hide unwanted columns.
33

44
### Usage
5-
- TODO
5+
- start commandprompt as admin
6+
- type: python hub_patcher.py
7+
- optionally you can give hub root folder: python hub_patcher.py c:\Program Files\Unity Hub\
8+
9+
### How it works
10+
- it unpacks app.asar file into C:\Program Files\Unity Hub\resources\app\
11+
- app.asar is renamed as app.asar.bak
12+
- next time hub runs, it uses the unpacked "app\" folder, instead of "app.asar"
13+
- so you can modify anything inside app\ folder, this script modifies app\build\renderer\index.html template to add custom CSS styles (for hiding those columns)
614

715
### Cloned from other site and modified here
816
https://gitlab.com/GuitarBro/hub-patcher

0 commit comments

Comments
 (0)