mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix make.py wiki lists
This commit is contained in:
parent
e60df02758
commit
9e37dc1192
@ -72,14 +72,17 @@ To start the game using this build, you can use the following modline:
|
||||
## 4.3 Creating a Release Build
|
||||
|
||||
To create a complete build of ACE3 that you can use without the source files you will need to:
|
||||
|
||||
- Ensure `.hpp` is **NOT** in pboProject's "Exclude From Pbo" list
|
||||
|
||||
When the requirements are met:
|
||||
|
||||
- Execute `make.py version increment_build <other-increment-args> force check_external release` in the `tools` folder, replacing `<other-increment-args>` with the part of version you want to increment (options described below)
|
||||
|
||||
This will populate the `release` folder with binarized PBOs, compiled extensions, copied extras, bisigns and a bikey. Additionally, an archive file will also be created in the folder. The folder and archive handle like those of any other mod.
|
||||
|
||||
Different `make.py` command line options include:
|
||||
|
||||
- `version` - update version number in all files and leave them in working directory (leaving this out will still update the version in all files present in the `release` folder, but they will be reverted to not disturb the working directory)
|
||||
- `increment_build` - increments _build_ version number
|
||||
- `increment_patch` - increments _patch_ version number (ignored with `increment_minor` or `increment_major`)
|
||||
|
Loading…
Reference in New Issue
Block a user