Skip to content

Commit

Permalink
fix bob manual
Browse files Browse the repository at this point in the history
  • Loading branch information
AGulev committed Aug 20, 2024
1 parent 0682ba2 commit c8c282a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 15 deletions.
6 changes: 0 additions & 6 deletions docs/en/manuals/bob.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ Compatible OpenJDK 17 mirrors (from Defold 1.4.8):
* https://docs.microsoft.com/en-us/java/openjdk/download#openjdk-17
* https://github.com/adoptium/temurin17-binaries/releases / https://adoptium.net/

Compatible OpenJDK 11 mirrors (up to Defold 1.4.7):
* https://docs.microsoft.com/en-us/java/openjdk/download#openjdk-11
* https://github.com/adoptium/temurin11-binaries/releases / https://adoptium.net/

If you are on Windows you want the .msi file installer for OpenJDK.

## Usage
Expand Down Expand Up @@ -76,8 +72,6 @@ usage: bob [options] [commands]
-i,--input <arg> Source directory. Default is
current directory
--identity <arg> Sign identity (iOS)
-k,--keep-unused Keep unused resources in archived
output
-kp,--key-pass <arg> Password of the deployment key if
different from the keystore
password (Android)
Expand Down
2 changes: 0 additions & 2 deletions docs/ko/manuals/bob.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ usage: bob [options] [commands]
-i,--input <arg> Source directory. Default is
current directory
--identity <arg> Sign identity (iOS)
-k,--keep-unused Keep unused resources in archived
output
-kp,--key-pass <arg> Password of the deployment key if
different from the keystore
password (Android)
Expand Down
2 changes: 0 additions & 2 deletions docs/ru/manuals/bob.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ usage: bob [options] [commands]
-i,--input <arg> Source directory. Default is
current directory
--identity <arg> Sign identity (iOS)
-k,--keep-unused Keep unused resources in archived
output
-kp,--key-pass <arg> Password of the deployment key if
different from the keystore
password (Android)
Expand Down
5 changes: 0 additions & 5 deletions docs/zh/manuals/bob.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ Bob 集合了编译所需的一切, 作为Java包 _JAR_ 发布. 最新的 *bob.j
* https://docs.microsoft.com/en-us/java/openjdk/download#openjdk-17
* https://github.com/adoptium/temurin17-binaries/releases / https://adoptium.net/

兼容 OpenJDK 11 镜像 (最高到 Defold 1.4.7):
* https://docs.microsoft.com/en-us/java/openjdk/download#openjdk-11
* https://github.com/adoptium/temurin11-binaries/releases / https://adoptium.net/

比如在 Windows 平台上, 需要下载 OpenJDK 17 的 .msi 安装包.

## 用法
Expand Down Expand Up @@ -57,7 +53,6 @@ usage: bob [options] [commands]
-h,--help 该命令的帮助文档
-i,--input <arg> 指定源目录, 默认是当前目录
--identity <arg> 指定签名 (iOS)
-k,--keep-unused 把未使用资源也打包进 output
-kp,--key-pass <arg> 如果开发密钥不同于部署密钥的话
则在这里指定 (Android)
-ks,--keystore <arg> 用来签名 APKs (Android) 的部署密钥
Expand Down

0 comments on commit c8c282a

Please sign in to comment.