Commit d22b570c authored by wudizhanche1000's avatar wudizhanche1000

更改app.json的格式

parent 34dcca76
[ [
{ {
"category": "lang", "category": "module",
"description": { "description": {
"zh-CN": "fxt desc" "zh-CN": "fxt desc"
}, },
"tags": [ "tags": [
"game" "language"
], ],
"homepage": "http://www.myacg.cc", "homepage": "http://www.myacg.cc",
"author": "ZUN", "author": "ZUN",
"actions": { "actions": {
"win32": { "win32": {
"main": { "main": {
"execute": "th07.exe", "execute": "th06.exe",
"args": [], "args": [],
"env": { "env": {
"LC_ALL": "ja_JP" "LC_ALL": "ja_JP"
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
}, },
"darwin": { "darwin": {
"main": { "main": {
"execute": "th07.exe", "execute": "th06.exe",
"args": [], "args": [],
"open": "wine", "open": "wine",
"env": { "env": {
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
"win32": [], "win32": [],
"darwin": [] "darwin": []
}, },
"parent": "th06",
"download": { "download": {
"win32": "http://thief.mycard.moe/metalinks/th06-lang-zh-TW.meta4", "win32": "http://thief.mycard.moe/metalinks/th06-lang-zh-TW.meta4",
"darwin": "http://thief.mycard.moe/metalinks/th06-lang-zh-TW.meta4" "darwin": "http://thief.mycard.moe/metalinks/th06-lang-zh-TW.meta4"
...@@ -84,6 +85,10 @@ ...@@ -84,6 +85,10 @@
"version": { "version": {
"darwin": "1.06" "darwin": "1.06"
}, },
"dependencies": {
"win32": [],
"darwin": []
},
"references": { "references": {
"win32": [ "win32": [
{ {
......
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