[SKIP CI] change app name in some locations

This commit is contained in:
jmir1
2021-06-11 16:15:36 +02:00
parent 02ea9093a4
commit 06834a55f7
9 changed files with 26 additions and 26 deletions

View File

@ -4,7 +4,7 @@ I acknowledge that:
- I have updated to the latest version of the app (stable is v0.10.12)
- I have updated all extensions
- If this is an issue with the app itself, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi
- If this is an issue with the app itself, that I should be opening an issue in https://github.com/jmir1/aniyomi
- I have searched the existing issues for duplicates
- For source requests, I have checked the list of existing extensions including the multi-source spreadsheet: https://tachiyomi.org/extensions/

View File

@ -10,5 +10,5 @@ contact_links:
url: https://tachiyomi.org/help/
about: Common questions are answered here.
- name: Tachiyomi app GitHub repository
url: https://github.com/tachiyomiorg/tachiyomi
url: https://github.com/jmir1/aniyomi
about: Issues about the app itself should be opened here instead.

View File

@ -13,7 +13,7 @@ I acknowledge that:
- To the latest version of the app (stable is v0.10.12)
- All extensions
- I have tried the troubleshooting guide: https://tachiyomi.org/help/guides/troubleshooting-problems/
- If this is an issue with the app itself, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi
- If this is an issue with the app itself, that I should be opening an issue in https://github.com/jmir1/aniyomi
- I have searched the existing issues and this is new ticket **NOT** a duplicate or related to another open issue
- For source requests, I have checked the list of existing extensions including the multi-source spreadsheet: https://tachiyomi.org/extensions/
- I will fill out the title and the information in this template

View File

@ -13,7 +13,7 @@ I acknowledge that:
- To the latest version of the app (stable is v0.10.12)
- All extensions
- I have tried the troubleshooting guide: https://tachiyomi.org/help/guides/troubleshooting-problems/
- If this is an issue with the app itself, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi
- If this is an issue with the app itself, that I should be opening an issue in https://github.com/jmir1/aniyomi
- I have searched the existing issues and this is new ticket **NOT** a duplicate or related to another open issue
- For source requests, I have checked the list of existing extensions including the multi-source spreadsheet: https://tachiyomi.org/extensions/
- I will fill out the title and the information in this template

View File

@ -13,7 +13,7 @@ I acknowledge that:
- To the latest version of the app (stable is v0.10.12)
- All extensions
- I have tried the troubleshooting guide: https://tachiyomi.org/help/guides/troubleshooting-problems/
- If this is an issue with the app itself, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi
- If this is an issue with the app itself, that I should be opening an issue in https://github.com/jmir1/aniyomi
- I have searched the existing issues and this is new ticket **NOT** a duplicate or related to another open issue
- For source requests, I have checked the list of existing extensions including the multi-source spreadsheet: https://tachiyomi.org/extensions/
- I will fill out the title and the information in this template

View File

@ -57,7 +57,7 @@ jobs:
configuration-cache-enabled: true
- name: Sign APKs
if: github.repository == 'jmir1/tachiyomi-extensions'
if: github.repository == 'jmir1/aniyomi-extensions'
run: |
cd master
./.github/scripts/sign-apks.sh \
@ -67,20 +67,20 @@ jobs:
${{ secrets.KEY_PASSWORD }}
- name: Create repo artifacts
if: github.repository == 'jmir1/tachiyomi-extensions'
if: github.repository == 'jmir1/aniyomi-extensions'
run: |
cd master
./.github/scripts/create-repo.sh
- name: Checkout repo branch
if: github.repository == 'jmir1/tachiyomi-extensions'
if: github.repository == 'jmir1/aniyomi-extensions'
uses: actions/checkout@v2
with:
ref: repo
path: repo
- name: Deploy repo
if: github.repository == 'jmir1/tachiyomi-extensions'
if: github.repository == 'jmir1/aniyomi-extensions'
run: |
cd repo
../master/.github/scripts/commit-repo.sh