Skip to content

Commit

Permalink
Merge pull request #3 from leviexner/main
Browse files Browse the repository at this point in the history
Recompiled binary and README edits
  • Loading branch information
antirez committed Apr 28, 2023
2 parents 113e4e2 + 9bff05f commit ddedda4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ to use the Android (or other) application to upload the file,
you can just take out the SD card, insert it in your computer,
copy the fine into `apps/Games`, and that's it.

* If you see the error "API version mismatch" when trying to launch the game, try installing the app from source below.

## Installing the app from source

* Download the Flipper Zero dev kit and build it:
Expand All @@ -33,9 +35,9 @@ cd ~/flipperZero/official/
git clone --recursive https://github.com/flipperdevices/flipperzero-firmware.git ./
./fbt
```
* Copy this application folder in `official/application_user`.
* Copy this application folder into `official/applications_user`.
* Connect your Flipper via USB.
* Build and install with: `./fbt launch_app APPSRC=asteroids`.
* Build and install with: `./fbt launch_app APPSRC=flipper-asteroids`.

## License

Expand Down
Binary file modified binaries/asteroids.fap
Binary file not shown.

0 comments on commit ddedda4

Please sign in to comment.