We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b742d7 commit 8b91c9dCopy full SHA for 8b91c9d
.ci/assets-locale.sh
@@ -4,7 +4,7 @@ set -o errexit
4
source .ci/asset-branch
5
# ygopro-database
6
apt update && apt -y install wget git libarchive-tools sqlite3
7
-git clone --depth=1 -b "$ASSET_BRANCH_NAME" https://code.moenext.com/mycard/ygopro-database
+git clone --depth=1 -b master https://code.moenext.com/nanahira/ygopro-database
8
cp -rf ./ygopro-database/locales/$TARGET_LOCALE/strings.conf .
9
cp -rf ./ygopro-database/locales/$TARGET_LOCALE/servers.conf .
10
rm -f cards.cdb
0 commit comments