Skip to content

Commit

Permalink
Deprecated '--exclude-build-folder' (#354)
Browse files Browse the repository at this point in the history
* deprecated

* fix an extra space
  • Loading branch information
AGulev authored Sep 6, 2023
1 parent 13d4070 commit 1fe302f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/en/manuals/bob.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ usage: bob [options] [commands]
create an empty Defold
application for use as a build
target
--exclude-build-folder <arg> Comma separated list of folders
to exclude from the build
--exclude-build-folder <arg> DEPRECATED from Defold 1.5.1! Use
'.defignore' file instead
-h,--help This help message
-i,--input <arg> Source directory. Default is
current directory
Expand Down
4 changes: 2 additions & 2 deletions docs/ko/manuals/bob.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ usage: bob [options] [commands]
create an empty Defold
application for use as a build
target
--exclude-build-folder <arg> Comma separated list of folders
to exclude from the build
--exclude-build-folder <arg> DEPRECATED from Defold 1.5.1! Use
'.defignore' file instead
-h,--help This help message
-i,--input <arg> Source directory. Default is
current directory
Expand Down
3 changes: 2 additions & 1 deletion docs/zh/manuals/bob.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ usage: bob [options] [commands]
--defoldsdk <arg> 指定 defold sdk (sha1) 使用版本
-e,--email <arg> 用户电邮
-ea,--exclude-archive 要从打包中排除的资源档案. 以此创建空应用用作编译目标
--exclude-build-folder 逗号分割的排除目錄列表
--exclude-build-folder DEPRECATED from Defold 1.5.1! Use
'.defignore' file instead
-h,--help 该命令的帮助文档
-i,--input <arg> 指定源目录, 默认是当前目录
--identity <arg> 指定签名 (iOS)
Expand Down

0 comments on commit 1fe302f

Please sign in to comment.