workflow
This commit is contained in:
parent
e1d016ea5a
commit
da993a010d
1 changed files with 5 additions and 5 deletions
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
|
@ -63,11 +63,11 @@ jobs:
|
||||||
|
|
||||||
- name: Update about.kt
|
- name: Update about.kt
|
||||||
run: |
|
run: |
|
||||||
sed -i '0,/link {/{
|
sed -i '
|
||||||
n; s/title = ".*"/title = "AlaskarTV app version"/
|
s/title = "Jellyfin app version"/title = "AlaskarTV app version"/
|
||||||
n; s/content = ".*"/content = "alaskartv-androidtv ${BuildConfig.VERSION_NAME} ${BuildConfig.BUILD_TYPE}"/
|
s/content = "jellyfin-androidtv .*/content = "alaskartv-androidtv ${BuildConfig.VERSION_NAME} ${BuildConfig.BUILD_TYPE}"/
|
||||||
n; s/icon = .*/icon = R.drawable.app_icon_foreground_monochrome/
|
s/icon = R.drawable.ic_jellyfin/icon = R.drawable.app_icon_foreground_monochrome/
|
||||||
}' app-release/app/src/main/java/org/jellyfin/androidtv/ui/preference/category/about.kt
|
' app-release/app/src/main/java/org/jellyfin/androidtv/ui/preference/category/about.kt
|
||||||
|
|
||||||
- name: Update UserPreferences.kt
|
- name: Update UserPreferences.kt
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue