mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 00:07:14 +03:00
And update reference to renamed coriolis.py in docs/Releasing.md
This commit is contained in:
parent
7440c9a064
commit
5f4f524fec
@ -166,7 +166,7 @@ that it's actually included in the installer.
|
||||
<File KeyPath="yes" Source="SourceDir\\<file name>" />
|
||||
</Component>
|
||||
```
|
||||
|
||||
| None
|
||||
Note that you only need `Id="<valid_component_id>"` if the filename itself
|
||||
is not a valid Id, e.g. because it contains spaces.
|
||||
|
||||
@ -191,17 +191,17 @@ that it's actually included in the installer.
|
||||
Before you create a new install each time you should:
|
||||
|
||||
1. Ensure the data sourced from coriolis.io is up to date and works:
|
||||
1. Update the `coriolis-data` repo. **NB: You will need 'npm' installed for
|
||||
2. Update the `coriolis-data` repo. **NB: You will need 'npm' installed for
|
||||
this.**
|
||||
1. `cd coriolis-data`
|
||||
1. `git pull`
|
||||
1. `npm install` - to check it's worked.
|
||||
1. Run `coriolis.py` to update `modules.p` and `ships.p`. **NB: The
|
||||
submodule might have been updated by a GitHub workflow/PR/merge, so
|
||||
be sure to perform this step for every build.**
|
||||
1. XXX: Test ?
|
||||
1. `git commit` the changes to the repo and the `.p` files.
|
||||
1. Ensure translations are up to date, see [Translations.md](Translations.md).
|
||||
1. `cd coriolis-data`
|
||||
2. `git pull`
|
||||
3. `npm install` - to check it's worked.
|
||||
3. Run `coriolis-update-files.py` to update `modules.p` and `ships.p`. **NB:
|
||||
The submodule might have been updated by a GitHub workflow/PR/merge, so
|
||||
be sure to perform this step for every build.**
|
||||
4. XXX: Test ?
|
||||
5. `git commit` the changes to the repo and the `.p` files.
|
||||
6. Ensure translations are up to date, see [Translations.md](Translations.md).
|
||||
|
||||
# Preparing to Package
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user