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/builder/flipper-dev.sh

9 lines
169 B
Bash
Raw Normal View History

2024-08-09 22:44:21 -05:00
# Copying source code into working directory
2024-08-09 23:52:17 -05:00
cp -r /src/. ./
2024-08-09 22:44:21 -05:00
cp -r /src/* ./
# Building the Project
2024-08-11 21:23:09 -05:00
ufbt
2024-08-09 22:44:21 -05:00
# Copy the .FAP file to the app directory
2024-08-11 21:23:09 -05:00
cp dist/*.fap /app/