diff options
author | Oleg Kosenkov <okosenkov@bloomberg.net> | 2022-11-01 10:36:51 -0400 |
---|---|---|
committer | Andrew Kaster <andrewdkaster@gmail.com> | 2022-11-05 16:35:13 -0600 |
commit | 46c6176fad4dd6e25a7a6b4511dd3c3be87113c5 (patch) | |
tree | 1d1c7d3c5bf9baf14624fddc6df58cd21d8bca66 /Base/res/apps | |
parent | 73f4cfa93056556ec454e87147f38dd4a17b0e93 (diff) | |
download | serenity-46c6176fad4dd6e25a7a6b4511dd3c3be87113c5.zip |
Games: Add BrickGame
Diffstat (limited to 'Base/res/apps')
-rw-r--r-- | Base/res/apps/BrickGame.af | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Base/res/apps/BrickGame.af b/Base/res/apps/BrickGame.af new file mode 100644 index 0000000000..a4a2085af0 --- /dev/null +++ b/Base/res/apps/BrickGame.af @@ -0,0 +1,4 @@ +[App] +Name=Brick Game +Executable=/bin/BrickGame +Category=Games |