Skip to content

Commit

Permalink
chore: make consistent with RM app.fam
Browse files Browse the repository at this point in the history
  • Loading branch information
xtruan committed Jul 18, 2023
1 parent 0640059 commit 03e41e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions application.fam
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
App(
appid="flipchess",
appid="chess",
name="Chess",
apptype=FlipperAppType.EXTERNAL,
entry_point="flipchess_app",
requires=[
"gui",
],
stack_size=4 * 1024,
order=40,
order=10,
fap_icon="flipchess_10px.png",
fap_icon_assets="icons",
fap_icon_assets_symbol="flipchess",
fap_category="Games",
fap_description="Chess for Flipper",
fap_author="Struan Clark (xtruan)",
fap_weburl="https://github.com/xtruan/flipper-chess",
fap_version=(1, 5),
fap_description="Chess for Flipper",
)
2 changes: 1 addition & 1 deletion flipchess.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include "views/flipchess_startscreen.h"
#include "views/flipchess_scene_1.h"

#define FLIPCHESS_VERSION "v0.1.4"
#define FLIPCHESS_VERSION "v1.5.0"

#define TEXT_BUFFER_SIZE 96
#define TEXT_SIZE (TEXT_BUFFER_SIZE - 1)
Expand Down

0 comments on commit 03e41e7

Please sign in to comment.