Create FireTV specific app variant (#1230)

## Description
Adds a variant of Wholphin targeted for the Amazon Fire TV App store.

### Related issues
See #1192 for more details

### Testing
Emulator

## Screenshots
N/A

## AI or LLM usage
None
This commit is contained in:
Ray 2026-04-11 19:30:23 -04:00 committed by GitHub
parent 97e10f57ca
commit 287a7b0c69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 73 additions and 47 deletions

View file

@ -36,7 +36,7 @@ jobs:
ORG_GRADLE_PROJECT_WholphinExtensionsUsername: "${{ secrets.EXTENSIONS_USERNAME }}"
ORG_GRADLE_PROJECT_WholphinExtensionsPassword: "${{ secrets.EXTENSIONS_PASSWORD }}"
run: |
./gradlew clean assembleDefaultRelease bundleAppstoreRelease --no-daemon
./gradlew clean assembleDefaultRelease bundleAppstoreRelease bundleFiretvRelease --no-daemon
- name: Verify signatures
run: |