update the preferred apk index for various apps

This commit is contained in:
Richard Macias
2026-02-16 16:26:32 -06:00
parent 6cafb75e31
commit 2093568e8b
7 changed files with 58 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
.PHONY: help readme validate add-app normalize build publish publish-dry-run publish-from-file test test-app test-verbose
.PHONY: help readme validate add-app normalize build publish publish-dry-run publish-from-file test test-app test-apks test-verbose
default: help
help: # Show help for each of the makefile recipes.
@@ -23,7 +23,10 @@ test: # Live-test that all app configs can resolve to downloadable APKs
@python scripts/test-apps.py src/applications.json
test-app: # Live-test a single app by name (e.g. make test-app APP=Dolphin)
@python scripts/test-apps.py src/applications.json --verbose $(APP)
@python scripts/test-apps.py src/applications.json --verbose --apks $(APP)
test-apks: # Live-test all apps and show numbered APK list for index selection
@python scripts/test-apps.py src/applications.json --apks
test-verbose: # Live-test with APK URL details shown
@python scripts/test-apps.py src/applications.json --verbose