add pico8, update dev docs, new add-app CLI tool, add validation tool
This commit is contained in:
13
scripts/constants.py
Normal file
13
scripts/constants.py
Normal file
@@ -0,0 +1,13 @@
|
||||
"""Shared constants for Obtainium Emulation Pack scripts."""
|
||||
|
||||
# File paths
|
||||
SRC_FILE = "src/applications.json"
|
||||
PAGES_DIR = "pages"
|
||||
TABLE_FILE = "pages/table.md"
|
||||
|
||||
# Obtainium settings
|
||||
REDIRECT_URL = "http://apps.obtainium.imranr.dev/redirect.html"
|
||||
OBTAINIUM_SCHEME = "obtainium://app/"
|
||||
|
||||
# Supported variants
|
||||
VARIANTS = ("standard", "dual-screen")
|
||||
Reference in New Issue
Block a user