FlippyPass/docker/flipper-dev.sh

8 lines
No EOL
208 B
Bash

# Copying source code into working directory
cp -r /src/* ./
# Building the Project
/root/.cargo/bin/cargo build
# Copy the .FAP file to the app directory
cp ./target/thumbv7em-none-eabihf/debug/*.fap /app/