Commit 01633a27 authored by wind2009's avatar wind2009

Merge remote-tracking branch 'origin/master' into develop

parents 27847ed7 639e421b
...@@ -8,4 +8,4 @@ cp -rf ./ygopro-database/locales/$TARGET_LOCALE/* . ...@@ -8,4 +8,4 @@ cp -rf ./ygopro-database/locales/$TARGET_LOCALE/* .
# ygopro-images # ygopro-images
mkdir pics mkdir pics
# skip it in develop branch # skip it in develop branch
# wget -O - https://cdn01.moecube.com/images/ygopro-images-${TARGET_LOCALE}.zip | bsdtar -C pics -xf - wget -O - https://cdn01.moecube.com/images/ygopro-images-${TARGET_LOCALE}.zip | bsdtar -C pics -xf -
...@@ -496,7 +496,7 @@ upload: ...@@ -496,7 +496,7 @@ upload:
- linux - linux
variables: variables:
appVersion: $CI_COMMIT_TAG appVersion: $CI_COMMIT_TAG
# script: ./.ci/upload-packager.sh script: ./.ci/upload-packager.sh
script: 'true' #script: 'true'
only: only:
- tags - tags
...@@ -36,8 +36,8 @@ auto_search_limit = -1 ...@@ -36,8 +36,8 @@ auto_search_limit = -1
search_multiple_keywords = 1 search_multiple_keywords = 1
ignore_deck_changes = 0 ignore_deck_changes = 0
default_ot = 1 default_ot = 1
enable_bot_mode = 0 enable_bot_mode = 1
bot_deck_path = ./botdeck bot_deck_path = ./windbot/Decks
quick_animation = 0 quick_animation = 0
auto_save_replay = 0 auto_save_replay = 0
draw_single_chain = 0 draw_single_chain = 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment