Fix APP_IDs to match new regex

regex check will be added in OFW soon
This commit is contained in:
MX
2023-06-02 13:42:44 +03:00
parent 4c134d8fdc
commit ca49da3c83
32 changed files with 36 additions and 36 deletions

View File

@@ -1,5 +1,5 @@
App(
appid="Snake",
appid="snake",
name="Snake Game",
apptype=FlipperAppType.EXTERNAL,
entry_point="snake_game_app",