This repository has been archived on 2026-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
FlippyPass/docker/flipper-dev.sh

8 lines
191 B
Bash
Raw Normal View History

2024-08-09 22:44:21 -05:00
# Copying source code into working directory
cp -r /src/* ./
# Building the Project
cargo build
# Copy the .FAP file to the app directory
cp ./target/thumbv7em-none-eabihf/debug/*.fap /app/