You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ SheltUpdate also supports including multiple branches in updates by separating t
61
61
# Adding a branch
62
62
SheltUpdate branches patch `discord_desktop_core` with files stored in `branches/<branch category>/<branch name>/`.
63
63
64
-
Branches must have a `patch.js` file to handle their injection in their branch directory, which is prepended to Discord's base `index.js` of the module.
64
+
Branches must have a `main.js` file to handle their injection in their branch directory, which is prepended to Discord's base `index.js` of the module.
65
65
66
66
They must have a `meta.js` file that exports a `name` and `description`, and can optionally export a `setup` function,
67
67
which may be asynchronous and will be periodically run. Use this to download other branch files you need.
@@ -76,7 +76,7 @@ sheltupdate will not automatically pick up and inject anything into the renderer
0 commit comments