[Docs] Change examples to make more sense. (#3255)
Signed-off-by: Bix <bix@bixed.xyz> Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3255 Reviewed-by: Lizzie <lizzie@eden-emu.dev> Reviewed-by: DraVee <dravee@eden-emu.dev> Co-authored-by: Bix <bix@bixed.xyz> Co-committed-by: Bix <bix@bixed.xyz>
This commit is contained in:
parent
82f9d489e7
commit
f52ff56e70
|
|
@ -76,12 +76,12 @@ The APK and AAB will be output into "artifacts".
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
* Build legacy release with update checker for ChromeOS:
|
* Build legacy release with update checker:
|
||||||
* `.ci/android/build.sh -c -r -t legacy`
|
* `.ci/android/build.sh -r -t legacy`
|
||||||
* Build standard release with debug info without update checker for phones:
|
* Build standard release with debug info without update checker for phones:
|
||||||
* `.ci/android/build.sh -b RelWithDebInfo`
|
* `.ci/android/build.sh -b RelWithDebInfo`
|
||||||
* Build optimized release with update checker:
|
* Build optimized release with update checker for ChromeOS:
|
||||||
* `.ci/android/build.sh -r -t optimized`
|
* `.ci/android/build.sh -c -r -t optimized`
|
||||||
|
|
||||||
### Additional Resources
|
### Additional Resources
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue