From 0175065f32bcd6d4e0cbf42481e8449b1bcd2f08 Mon Sep 17 00:00:00 2001 From: Mayur Nagekar Date: Fri, 26 Feb 2016 09:37:05 +0000 Subject: [PATCH] Do not copy the object file and the .deps that make the package fatty --- chrome_extension.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome_extension.sh b/chrome_extension.sh index 71f71b5ce..d56788cd5 100755 --- a/chrome_extension.sh +++ b/chrome_extension.sh @@ -13,7 +13,8 @@ cp -rf iguana/confs pnacl_${BUILD_NUMBER}/ cp -rf iguana/fonts pnacl_${BUILD_NUMBER}/ cp -rf iguana/images pnacl_${BUILD_NUMBER}/ cp -rf iguana/help pnacl_${BUILD_NUMBER}/ -cp -rf iguana/pnacl pnacl_${BUILD_NUMBER}/ + +cp -rf iguana/pnacl/Release/{iguana.nmf,iguana.pexe} pnacl_${BUILD_NUMBER}/pnacl/Release/iguana.nmf cd iguana find . -maxdepth 1 \( -iname \*.js -o -iname \*.html -o -iname \*.ico -o -iname \*.json -o -iname \*.png \) -exec cp -r {} ../pnacl_${BUILD_NUMBER} \;