-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpath.json
More file actions
44 lines (44 loc) · 1.18 KB
/
Copy pathpath.json
File metadata and controls
44 lines (44 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"files": [
{
"source": "Output/AccountServer/Release/AccountServer.exe",
"destination": "Server/1. Account.exe"
},
{
"source": "Output/CacheServer/Release/CacheServer.exe",
"destination": "Server/6. Cache.exe"
},
{
"source": "Output/Certifier/Release/Certifier.exe",
"destination": "Server/2. Certifier.exe"
},
{
"source": "Output/CoreServer/Release/CoreServer.exe",
"destination": "Server/4. Core.exe"
},
{
"source": "Output/DatabaseServer/Release/DatabaseServer.exe",
"destination": "Server/3. Database.exe"
},
{
"source": "Output/LoginServer/Release/LoginServer.exe",
"destination": "Server/5. Login.exe"
},
{
"source": "Output/WorldServer/Release/WorldServer.exe",
"destination": "Server/7. World.exe"
},
{
"source": "Output/WorldDialog/Release/WorldDialog.dll",
"destination": "Resource/WorldDialog.dll"
},
{
"source": "Output/BetaPatchClient/Release/BetaPatchClient.exe",
"destination": "Client/Flyff.exe"
},
{
"source": "Output/Neuz/NoGameguard/Neuz.exe",
"destination": "Client/Neuz.exe"
}
]
}