убрал ошибку хардкодинга константы

This commit is contained in:
Rustam Zaitov 2014-01-16 19:40:29 +04:00
parent 3972439ba6
commit 4309cedffb
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
sh rm -f '{@publish_path}/{@project_name}-{@version}-{@build}-AppStore.zip'
sh cd '{@csproj_dir}/{@output_path}' && zip -y -r '{@publish_path}/{@project_name}-{@version}-{@build}-AppStore.zip' 'PenoplexiOS.app'
sh cd '{@csproj_dir}/{@output_path}' && zip -y -r '{@publish_path}/{@project_name}-{@version}-{@build}-AppStore.zip' '{@project_name}iOS.app'