9 lines
No EOL
169 B
Bash
9 lines
No EOL
169 B
Bash
# Copying source code into working directory
|
|
cp -r /src/. ./
|
|
cp -r /src/* ./
|
|
|
|
# Building the Project
|
|
ufbt
|
|
|
|
# Copy the .FAP file to the app directory
|
|
cp dist/*.fap /app/ |