mirror of
https://github.com/pionaiki/fz-tarot.git
synced 2026-02-13 10:24:36 +01:00
Some checks failed
FAP: Build for multiple SDK sources / ufbt: Build for dev channel (push) Has been cancelled
FAP: Build for multiple SDK sources / ufbt: Build for release channel (push) Has been cancelled
FAP: Build for multiple SDK sources / ufbt: Build for release-candidate channel (push) Has been cancelled
14 lines
500 B
Text
14 lines
500 B
Text
App(
|
|
appid="tarot", # Must be unique
|
|
name="Tarot", # Displayed in menus
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="tarot_app",
|
|
stack_size=2 * 1024,
|
|
fap_category="Games",
|
|
fap_version=(0, 2), # (major, minor)
|
|
fap_icon="tarot.png", # 10x10 1-bit PNG
|
|
fap_description="Tarot card reader",
|
|
fap_author="pionaiki & tihyltew",
|
|
fap_weburl="https://github.com/pionaiki/fz-tarot",
|
|
fap_icon_assets="images", # Image assets to compile for this application
|
|
)
|