1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-13 05:06:30 +04:00

[FL-3317] fbt: allow strings for fap_version field in app manifests (#2672)

This commit is contained in:
hedger
2023-05-14 14:49:52 +03:00
committed by GitHub
parent c496962f95
commit 8d1f5b04b3
4 changed files with 14 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ App(
stack_size=2 * 1024,
fap_category="Examples",
# Optional values
# fap_version=(0, 1), # (major, minor)
# fap_version="0.1",
fap_icon="@FBT_APPID@.png", # 10x10 1-bit PNG
# fap_description="A simple app",
# fap_author="J. Doe",