Compare commits

...

2 commits

Author SHA1 Message Date
fbcf1c7bb8
repo: Change to raw url
All checks were successful
Build / build (push) Successful in 5m34s
2024-07-30 21:31:17 +03:00
d016ad7e40
gradle: setRepo to Forgejo 2024-07-30 21:29:24 +03:00
3 changed files with 3 additions and 3 deletions

View file

@ -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 --> <!-- Support -->

View file

@ -37,7 +37,7 @@ subprojects {
cloudstream { cloudstream {
// when running through github workflow, GITHUB_REPOSITORY should contain current repository name // when running through github workflow, GITHUB_REPOSITORY should contain current repository name
// you can modify it to use other git hosting services, like gitlab // 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 { android {

View file

@ -3,6 +3,6 @@
"description": "Cloudstream Ukraine Plugin Repository", "description": "Cloudstream Ukraine Plugin Repository",
"manifestVersion": 1, "manifestVersion": 1,
"pluginLists": [ "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"
] ]
} }