Skip to content

Commit 75fe34b

Browse files
author
William Astorga
committed
fix: add find rm line
1 parent 9c5a8bf commit 75fe34b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ fi
122122
find ${APP} -type f -name ".*" -exec rm {} \;
123123
find ${APP} -type d -name ".*" -exec rm -rf {} \;
124124
find ${APP} -type f -name "*.pyc" -exec rm {} \;
125+
find ${APP} -type f -name ".DS_Store" -exec rm {} \;
126+
125127

126128
if [[ -d "${APP}/bin" ]]; then
127129
find "${APP}/bin" -type f -name "*.py" -exec chmod +x {} 2> /dev/null \;

0 commit comments

Comments
 (0)