Commit 85e50c1a authored by 神楽坂玲奈's avatar 神楽坂玲奈

directx

parent f887027a
...@@ -1341,9 +1341,12 @@ ...@@ -1341,9 +1341,12 @@
"touhou" "touhou"
], ],
"dependencies": { "dependencies": {
"win32": [], "win32": [
"directx"
],
"darwin": [ "darwin": [
"wine" "wine",
"directx"
] ]
}, },
"references": { "references": {
...@@ -2137,5 +2140,60 @@ ...@@ -2137,5 +2140,60 @@
"darwin": "http://thief.mycard.moe/metalinks/ghost_trick-lang-zh-CN.meta4" "darwin": "http://thief.mycard.moe/metalinks/ghost_trick-lang-zh-CN.meta4"
}, },
"news": [] "news": []
},
{
"id": "directx",
"name": {
"zh-CN": "DirectX 最终用户运行时"
},
"description": {
"zh-CN": "A script engine for \"yu-gi-oh!\" and sample gui."
},
"category": "runtime",
"tags": [
"yugioh"
],
"dependencies": {
"win32": [],
"darwin": [
"wine"
]
},
"references": {
"win32": [],
"darwin": []
},
"author": "Fluorohydride",
"homepage": "https://github.com/Fluorohydride/ygopro",
"locales": [
"zh-CN"
],
"actions": {
"win32": {
"install": {
"execute": "DXSETUP.exe",
"args": [
"/silent"
]
}
},
"darwin": {
"install": {
"execute": "DXSETUP.exe",
"args": [
"/silent"
],
"open": "wine"
}
}
},
"version": {
"darwin": "1.06"
},
"download": {
"win32": "http://thief.mycard.moe/metalinks/directx.meta4",
"darwin": "http://thief.mycard.moe/metalinks/directx.meta4"
},
"news": []
} }
] ]
\ No newline at end of file
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