()
| 599 | } |
| 600 | |
| 601 | async saveAllAppsSummary () { |
| 602 | const summaryNumbers = getListSummaryNumbers( [ |
| 603 | ...this.getListArray('app'), |
| 604 | ...this.getListArray('game'), |
| 605 | ...this.getListArray('homebrew'), |
| 606 | ] ) |
| 607 | |
| 608 | await this.saveToJson( summaryNumbers, `${apiDirectory}/all-apps-summary.json` ) |
| 609 | |
| 610 | return summaryNumbers |
| 611 | } |
| 612 | |
| 613 | async build () { |
| 614 |