Skip to content

Commit

Permalink
Update cli/cli.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Joey Wunderlich <[email protected]>
  • Loading branch information
eanders-ms and jwunderl authored Oct 17, 2023
1 parent 5809e69 commit 0d02bec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1909,6 +1909,7 @@ ${gcards.map(gcard => `[${gcard.name}](${gcard.url})`).join(',\n')}
const kioskGames = targetConfig?.kiosk?.games;
for (const game of (kioskGames ?? [])) {
if (game.name) targetStrings[`{id:game-name}${game.name}`] = game.name;
if (game.description) targetStrings[`{id:game-description}${game.description}`] = game.description;
}

const approvedRepoLib = targetConfig?.packages?.approvedRepoLib;
Expand Down

0 comments on commit 0d02bec

Please sign in to comment.