SC2: more cleanup and fix setup compile

This commit is contained in:
Fabian Dill
2022-05-20 00:55:12 +02:00
committed by KonoTyran
parent bdd9ca76ee
commit 8ce2ecfaac
2 changed files with 51 additions and 53 deletions

View File

@@ -153,7 +153,7 @@ components: Iterable[Component] = (
# ChecksFinder
Component('ChecksFinder Client', 'ChecksFinderClient'),
# Starcraft 2
Component('Starcraft 2 Client', 'StarcraftClient'),
Component('Starcraft 2 Client', 'Starcraft2Client'),
# Functions
Component('Open host.yaml', func=open_host_yaml),
Component('Open Patch', func=open_patch),