Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygo-agent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Biluo Shen
ygo-agent
Commits
41a74133
Commit
41a74133
authored
May 04, 2024
by
sbl1996@126.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix ygopro-core/ygopro-scripts/ygopro-database version
parent
9ce899f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
Makefile
Makefile
+2
-1
repo/packages/y/ygopro-core/xmake.lua
repo/packages/y/ygopro-core/xmake.lua
+2
-1
No files found.
Makefile
View file @
41a74133
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)
...
...
repo/packages/y/ygopro-core/xmake.lua
View file @
41a74133
...
...
@@ -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"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment