flipperzero-rs / flipperzero

Rust on the Flipper Zero
MIT License
516 stars 34 forks source link

Where is the .fap? #18

Closed GitCat3 closed 1 year ago

GitCat3 commented 1 year ago

First and foremost, I would just like to say you are my lord and savior. However, I am new to rust, and I have a question about where the .fap file is. My cargo workspace is called flipperapp, do I rename the flipperapp binary to flipperapp.fap? Thanks!

dcoles commented 1 year ago

Hi @GitCat3,

Glad to hear that this crate has been of use. And yes, that's exactly right - just copy target/thumbv7em-none-eabihf/{debug,release}/flipperapp to flipperapp.rs. Unfortunately I haven't found an easy way to rename the file automatically.

The hello-rust example has some instructions showing how to do everything end-to-end.

Happy coding!