feat: add google play games support

This commit is contained in:
Vivi029
2026-02-06 09:07:18 +01:00
committed by daydreamer-json
parent f3b841add6
commit 76e2e0eee5
2 changed files with 9 additions and 2 deletions

View File

@@ -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) {