mirror of
https://github.com/daydreamer-json/ak-endfield-api-archive.git
synced 2026-03-24 08:12:24 +01:00
feat: add Google Play Games support
This commit is contained in:
@@ -94,6 +94,13 @@ async function mainCmdHandler() {
|
||||
launcherSubChannel: cfg.subChannel.osWinRelEpic,
|
||||
dirName: String(cfg.subChannel.osWinRelEpic),
|
||||
},
|
||||
{
|
||||
name: 'GooglePlay',
|
||||
launcherAppCode: cfg.appCode.launcher.osWinRelEpic,
|
||||
subChannel: cfg.subChannel.osWinRelGooglePlay,
|
||||
launcherSubChannel: cfg.subChannel.osWinRelGooglePlay,
|
||||
dirName: String(cfg.subChannel.osWinRelGooglePlay),
|
||||
},
|
||||
];
|
||||
|
||||
for (const target of gameTargets) {
|
||||
|
||||
Reference in New Issue
Block a user