По просьбе Антона в выходнои имени файла номер билда отделяется от номера версии дефисом а не точкой

This commit is contained in:
Rustam Zaitov 2014-01-17 12:14:54 +04:00
parent 707c091a8d
commit 93a6c5d111
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ sln_path = ''
# dont change
csproj_file_name = '{@csproj_name}.csproj'
# эта настройка нужна для единообразия названий билдов
output_file_format = '{@project_name}-{@version}.{@build}'
output_file_format = '{@project_name}-{@version}-{@build}'
# required
ios.csproj_dir = ''