move zip to another folder

This commit is contained in:
Maxim Bachinsky 2019-06-14 13:10:07 +03:00
parent 1dafb3dec3
commit 5d400f6be8
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
PROJECT_NAME=$1
SRC_FOLDER_NAME=${PROJECT_NAME}-src-$(date +%F)
SRC_DIR=/tmp/${SRC_FOLDER_NAME}
SRC_DIR=./${SRC_FOLDER_NAME}
PLATFORMS=$@