Skip to content

Commit

Permalink
압축파일에 빠진 IP를 추가함.
Browse files Browse the repository at this point in the history
  • Loading branch information
khw7096 committed Jun 14, 2019
1 parent cac6c6e commit 4e37198
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e37198

Please sign in to comment.