From 4e371989d8d53a547863517f60b5a99941f5a26b Mon Sep 17 00:00:00 2001 From: kim han woong Date: Fri, 14 Jun 2019 17:19:46 +0900 Subject: [PATCH] =?UTF-8?q?=EC=95=95=EC=B6=95=ED=8C=8C=EC=9D=BC=EC=97=90?= =?UTF-8?q?=20=EB=B9=A0=EC=A7=84=20IP=EB=A5=BC=20=EC=B6=94=EA=B0=80?= =?UTF-8?q?=ED=95=A8.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 6b4f110..201a322 100755 --- a/build.sh +++ b/build.sh @@ -20,9 +20,9 @@ cd ./bin/linux/ && tar -zcvf ../${APP}_linux_x86-64.tgz . && cd - cd ./bin/windows/ && tar -zcvf ../${APP}_windows_x86-64.tgz . && cd - cd ./bin/darwin/ && tar -zcvf ../${APP}_darwin_x86-64.tgz . && cd - -cd ./bin/linux_di/ && tar -zcvf ../${APP}_linux_x86-64.tgz . && cd - -cd ./bin/windows_di/ && tar -zcvf ../${APP}_windows_x86-64.tgz . && cd - -cd ./bin/darwin_di/ && tar -zcvf ../${APP}_darwin_x86-64.tgz . && cd - +cd ./bin/linux_di/ && tar -zcvf ../${APP}_linux_di_x86-64.tgz . && cd - +cd ./bin/windows_di/ && tar -zcvf ../${APP}_windows_di_x86-64.tgz . && cd - +cd ./bin/darwin_di/ && tar -zcvf ../${APP}_darwin_di_x86-64.tgz . && cd - # 삭제 rm -rf ./bin/linux