Compare commits
2 commits
9618dedb27
...
fbcf1c7bb8
Author | SHA1 | Date | |
---|---|---|---|
fbcf1c7bb8 | |||
d016ad7e40 |
3 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
|||
## ⚙️ Інсталяція
|
||||
Скопіюйте посилання нижче і перейдіть в Додаток -> Параметри -> Розширення -> Додати репозиторій
|
||||
```
|
||||
https://raw.githubusercontent.com/CakesTwix/cloudstream-extensions-uk/master/repo.json
|
||||
https://git.cakestwix.com/CakesTwix/cloudstream-extensions-uk/raw/branch/master/repo.json
|
||||
```
|
||||
|
||||
<!-- Support -->
|
||||
|
|
|
@ -37,7 +37,7 @@ subprojects {
|
|||
cloudstream {
|
||||
// when running through github workflow, GITHUB_REPOSITORY should contain current repository name
|
||||
// you can modify it to use other git hosting services, like gitlab
|
||||
setRepo(System.getenv("GITHUB_REPOSITORY") ?: "https://git.cakestwix.com/CakesTwix/cloudstream-extensions-uk")
|
||||
setRepo("CakesTwix", "cloudstream-extensions-uk", "gitea-git.cakestwix.com")
|
||||
}
|
||||
|
||||
android {
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
"description": "Cloudstream Ukraine Plugin Repository",
|
||||
"manifestVersion": 1,
|
||||
"pluginLists": [
|
||||
"https://git.cakestwix.com/CakesTwix/cloudstream-extensions-uk/src/branch/builds/plugins.json"
|
||||
"https://git.cakestwix.com/CakesTwix/cloudstream-extensions-uk/raw/branch/builds/plugins.json"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue