Skip to content

Commit

Permalink
make file updated for module preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
GytisZum committed Aug 9, 2024
1 parent 52a0ae5 commit fed9698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ prepare-zip:
rm -rf .git .github tests cypress .docker && \
mkdir saferpayofficial && \
rsync -Rr ./ ./saferpayofficial && \
bash -c 'shopt -s extglob; rm -r !(saferpayofficial)' && \
find . -maxdepth 1 ! -name saferpayofficial -exec mv {} saferpayofficial/ \; && \
find . -maxdepth 1 -type f -exec rm "{}" \; && \
cd saferpayofficial && rm -rf saferpayofficial && \
cd ../ && zip -r saferpayofficial.zip saferpayofficial/
cd ../ && zip -r saferpayofficial.zip saferpayofficial/

0 comments on commit fed9698

Please sign in to comment.