Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
mycard
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
syntax_j
mycard
Commits
c9eaf655
Commit
c9eaf655
authored
Nov 23, 2016
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wine
parent
bb825989
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
8 deletions
+29
-8
app/apps.service.ts
app/apps.service.ts
+1
-0
apps.json
apps.json
+28
-8
No files found.
app/apps.service.ts
View file @
c9eaf655
...
...
@@ -139,6 +139,7 @@ export class AppsService {
}
args
=
args
.
concat
(
action
.
args
);
env
=
Object
.
assign
(
env
,
action
.
env
);
console
.
log
(
execute
,
args
,
env
,
cwd
);
let
handle
=
child_process
.
spawn
(
execute
,
args
,
{
env
:
env
,
cwd
:
cwd
});
handle
.
stdout
.
on
(
'
data
'
,
(
data
)
=>
{
...
...
apps.json
View file @
c9eaf655
...
...
@@ -36,7 +36,6 @@
"execute"
:
"東方紅魔郷.exe"
,
"args"
:
[],
"env"
:
{
"LC_ALL"
:
"ja_JP"
}
}
},
...
...
@@ -46,7 +45,7 @@
"args"
:
[],
"open"
:
"wine"
,
"env"
:
{
"L
C_ALL"
:
"ja_JP
"
"L
ANG"
:
"ja_JP.UTF-8
"
}
}
}
...
...
@@ -118,7 +117,6 @@
"execute"
:
"th06.exe"
,
"args"
:
[],
"env"
:
{
"LC_ALL"
:
"ja_JP"
}
}
},
...
...
@@ -128,7 +126,7 @@
"args"
:
[],
"open"
:
"wine"
,
"env"
:
{
"L
C_ALL"
:
"ja_JP
"
"L
ANG"
:
"zh_CN.UTF-8
"
}
}
}
...
...
@@ -179,7 +177,6 @@
"execute"
:
"th07.exe"
,
"args"
:
[],
"env"
:
{
"LC_ALL"
:
"ja_JP"
}
}
},
...
...
@@ -189,7 +186,7 @@
"args"
:
[],
"open"
:
"wine"
,
"env"
:
{
"L
C_ALL"
:
"ja_JP
"
"L
ANG"
:
"ja_JP.UTF-8
"
}
}
}
...
...
@@ -240,7 +237,6 @@
"execute"
:
"th07.exe"
,
"args"
:
[],
"env"
:
{
"LC_ALL"
:
"ja_JP"
}
}
},
...
...
@@ -250,7 +246,7 @@
"args"
:
[],
"open"
:
"wine"
,
"env"
:
{
"L
C_ALL"
:
"ja_JP
"
"L
ANG"
:
"zh_CN.UTF-8
"
}
}
}
...
...
@@ -2246,5 +2242,29 @@
"darwin"
:
"http://thief.mycard.moe/metalinks/directx.meta4"
},
"news"
:
[]
},
{
"id"
:
"wine"
,
"name"
:
{
"zh-CN"
:
"wine"
},
"description"
:
{
"zh-CN"
:
"wine"
},
"version"
:
{
"win32"
:
"1.06"
,
"darwin"
:
"1.06"
},
"category"
:
"emulator"
,
"actions"
:
{
"darwin"
:
{
"main"
:
{
"execute"
:
"bin/wine.bin"
,
"args"
:
[],
"env"
:
""
,
"open"
:
""
}
}
}
}
]
\ No newline at end of file
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