Skip to content

Commit

Permalink
Remove unwanted assets from distribution builds
Browse files Browse the repository at this point in the history
- Removes .gitignore for both ledger and SGX builds
- Renames README-cli.md to README.md
  • Loading branch information
italo-sampaio committed Jan 17, 2025
1 parent 2652b3d commit 2b9846c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-dist-ledger
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ echo -e "\e[32mBuilding into \e[93m$DEST_DIR\e[32m with checkpoint \e[93m$CHECKP
echo -e "\e[33mCopying files and creating directories...\e[0m"
rm -rf $DEST_DIR
cp -Rf $ROOT_DIR/dist/ledger $DEST_DIR
rm $DEST_DIR/.gitignore
mv $DEST_DIR/README-cli.md $SCRIPTS_DIR/README.md

rm -rf $FIRMWARE_DIR
mkdir -p $FIRMWARE_DIR
Expand Down
2 changes: 2 additions & 0 deletions build-dist-sgx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ echo -e "\e[32mBuilding into \e[93m$DEST_DIR\e[32m with checkpoint \e[93m$CHECKP
echo -e "\e[33mCopying files and creating directories...\e[0m"
rm -rf $DEST_DIR
cp -Rf $ROOT_DIR/dist/sgx $DEST_DIR
rm $DEST_DIR/.gitignore
mv $DEST_DIR/README-cli.md $SCRIPTS_DIR/README.md

rm -rf $BIN_DIR
mkdir -p $BIN_DIR
Expand Down

0 comments on commit 2b9846c

Please sign in to comment.