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: UPDATING.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,7 @@
3
3
1. Update the version number in the plugin.video.tidb/addon.xml file.
4
4
2. Copy the plugin.video.tidb/addon.xml addon manifest to the addons.xml file.
5
5
3. Run `md5 -q addons.xml > addons.xml.md5` (for the root manifest)
6
-
4. Create a new release on GitHub with the updated version number and a description of the changes.
7
-
5. Zip and upload the plugin.video.tidb.zip to the release
8
-
9
-
This addon uses **GitHub Releases** for distribution. When a new version is released, the addons.xml file contains the latest version url (e.g., v1.2.2/plugin.video.tidb.zip), which is appended to the addons.xml zip directory (https://github.com/TheIntroDB/kodi-addon/releases/download/)
6
+
4. Zip the plugin.video.tidb folder and rename it to `plugin.video.tidb-[version].zip`
7
+
5. Move the zip file to the /docs folder and update index.html with the new version
10
8
9
+
Kodi will detect a version difference in the addons.xml file and prompt you to update the addon. It pulls from the github pages URL to download the latest version of the addon.
0 commit comments