Commit f3ae14ac authored by wudizhanche1000's avatar wudizhanche1000

app.json

parent c797aa20
...@@ -761,9 +761,11 @@ ...@@ -761,9 +761,11 @@
"touhou_pc98" "touhou_pc98"
], ],
"dependencies": { "dependencies": {
"win32": [], "win32": [
"np2fmgen"
],
"darwin": [ "darwin": [
"wine" "np2fmgen"
] ]
}, },
"references": { "references": {
...@@ -782,11 +784,12 @@ ...@@ -782,11 +784,12 @@
"actions": { "actions": {
"win32": { "win32": {
"main": { "main": {
"execute": "th07.exe", "execute": "th1.hdi",
"args": [], "args": [],
"env": { "env": {
"LC_ALL": "ja_JP" "LC_ALL": "ja_JP"
} },
"open":"np2fmgen"
} }
}, },
"darwin": { "darwin": {
...@@ -843,7 +846,7 @@ ...@@ -843,7 +846,7 @@
"actions": { "actions": {
"win32": { "win32": {
"main": { "main": {
"execute": "th07.exe", "execute": "th1.hdi",
"args": [], "args": [],
"env": { "env": {
"LC_ALL": "ja_JP" "LC_ALL": "ja_JP"
...@@ -852,7 +855,7 @@ ...@@ -852,7 +855,7 @@
}, },
"darwin": { "darwin": {
"main": { "main": {
"execute": "th07.exe", "execute": "th1.hdi",
"args": [], "args": [],
"open": "wine", "open": "wine",
"env": { "env": {
...@@ -2243,6 +2246,31 @@ ...@@ -2243,6 +2246,31 @@
}, },
"news": [] "news": []
}, },
{
"id": "np2fmgen",
"name": {
"zh-CN": "np2fmgen"
},
"description": {
"zh-CN": "np2fmgen"
},
"version": {
"win32": "1.06",
"darwin": "1.06"
},
"category": "emulator",
"actions": {
"win32": {
"main": {
"execute": "np21nt.exe",
"args": [],
"env": {}
}
},
"darwin": {
}
}
},
{ {
"id": "wine", "id": "wine",
"name": { "name": {
...@@ -2257,6 +2285,8 @@ ...@@ -2257,6 +2285,8 @@
}, },
"category": "emulator", "category": "emulator",
"actions": { "actions": {
"win32": {
},
"darwin": { "darwin": {
"main": { "main": {
"execute": "bin/wine.bin", "execute": "bin/wine.bin",
......
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