Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: Fix platform handling #796

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,12 +268,11 @@ arisa:
platformWhitelist:
- Amazon
- Android
- Gear VR
- Chromebook
- iOS
- Nintendo Switch
- PlayStation 4
- Windows 10 - PC
- Windows 10 Mobile
- PlayStation
- Windows
- Xbox
targetPlatform: Multiple
transferredPlatformBlacklist:
Expand All @@ -284,6 +283,7 @@ arisa:
projects:
- MCD
- MCPE
- MCLG
resolutions:
- Unresolved
keepPlatformTag: MEQS_KEEP_PLATFORM
Expand Down