From 7cd0549c0b9a46a722c0abd0ca9e39d9c9aaadd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E5=89=91=E9=9B=84?= Date: Fri, 9 Aug 2019 09:14:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E6=88=90=E5=90=8E=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E9=9B=86=E4=B8=AD=E5=88=B0appImages=E6=96=87=E4=BB=B6=E5=A4=B9?= =?UTF-8?q?=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- imagesetGenerator.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/imagesetGenerator.sh b/imagesetGenerator.sh index 2ad6731..9acb990 100644 --- a/imagesetGenerator.sh +++ b/imagesetGenerator.sh @@ -79,5 +79,17 @@ do Contents $imageFile cd .. done + +ls + +mkdir "${1}/appImages" +# 5 判断是否指定路径 +for file in ./*.imageset +do +cp -r $file "${1}/appImages" +done + + + echo "\033[32m 完成 \033[0m" cd .. \ No newline at end of file