Skip to content

Commit f84080b

Browse files
authored
Merge pull request #233 from amol234545/patch-1
Small typo
2 parents 7562ad2 + 1b09fc6 commit f84080b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Sober/Configuration/tipsAndTricks.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
The files in `asset_overlay` located at `~/.var/app/org.vinegarhq.Sober/data/sober` will get used over the ones used by Roblox. Depending on the directory the files were placed in, this will allow for modifications to be made! The modifications will happen after an app restart, and is reversable simply by clearing out the directory.
66

7-
The `asset_overlay` directory mirrors `packages/com.roblox.client/bask.apk/assets` when viewed through an archive manager. **This means you have to recreate the folder sturcture as seen in the archive into `asset_overlay` in order for your modifications to work!** Example of replacing the mouse cursor:
7+
The `asset_overlay` directory mirrors `packages/com.roblox.client/base.apk/assets` when viewed through an archive manager. **This means you have to recreate the folder sturcture as seen in the archive into `asset_overlay` in order for your modifications to work!** Example of replacing the mouse cursor:
88

99
```
1010
~/.var/app/org.vinegarhq.Sober/data/sober/asset_overlay
@@ -25,4 +25,5 @@ The toggle for fullscreen in the Roblox app has never worked on mobile builds. H
2525
2626
## FFlags
2727

28-
See [Bloxstrap's guide to FastFlags](https://github.com/pizzaboxer/bloxstrap/wiki/A-guide-to-FastFlags).
28+
29+
See [Bloxstrap's guide to FastFlags](https://github.com/pizzaboxer/bloxstrap/wiki/A-guide-to-FastFlags).

0 commit comments

Comments
 (0)