Skip to content

Commit

Permalink
生成后文件集中到appImages文件夹中
Browse files Browse the repository at this point in the history
  • Loading branch information
jianxiongc committed Aug 9, 2019
1 parent 56e8c04 commit 7cd0549
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions imagesetGenerator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..

0 comments on commit 7cd0549

Please sign in to comment.