Commit 41a74133 authored by sbl1996@126.com's avatar sbl1996@126.com

Fix ygopro-core/ygopro-scripts/ygopro-database version

parent 9ce899f3
SCRIPTS_REPO := "https://github.com/mycard/ygopro-scripts.git"
SCRIPTS_DIR := "../ygopro-scripts"
DATABASE_REPO := "https://github.com/mycard/ygopro-database/raw/master/locales"
DATABASE_REPO := "https://github.com/mycard/ygopro-database/raw/f288cd7d353467eb3816babcbb04620e11f64e8a/locales"
LOCALES := en zh
.PHONY: all assets script py_install ygoenv_so
......@@ -20,6 +20,7 @@ script : scripts/script
scripts/script:
if [ ! -d $(SCRIPTS_DIR) ] ; then git clone $(SCRIPTS_REPO) $(SCRIPTS_DIR); fi
cd $(SCRIPTS_DIR) && git checkout 44eff41f
ln -sf "../$(SCRIPTS_DIR)" scripts/script
assets: $(LOCALES)
......
......@@ -2,7 +2,8 @@ package("ygopro-core")
set_homepage("https://github.com/Fluorohydride/ygopro-core")
set_urls("https://github.com/Fluorohydride/ygopro-core.git")
add_urls("https://github.com/Fluorohydride/ygopro-core.git")
add_versions("0.0.1", "6ed45241ab9360fd832dbc5fe913aa0017f577fc")
add_deps("lua")
......
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