mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-08 03:12:33 +03:00
docs/Releasing: Also replace hashes.sum
if overriding an auto build
This commit is contained in:
parent
6328c47a41
commit
9027d7a4f1
@ -316,8 +316,16 @@ Once that is done then for manually built installers:
|
|||||||
|
|
||||||
Yes, this does mean you should really just be using this auto-build setup
|
Yes, this does mean you should really just be using this auto-build setup
|
||||||
when creating an installer for release to users. You'll at least need to
|
when creating an installer for release to users. You'll at least need to
|
||||||
edit the draft release that it creates, i.e. swap out its `.msi` for the
|
edit the draft release that it creates:
|
||||||
one that you built. But, **again, you should just be using the auto-build
|
|
||||||
|
1. Swap out its `.msi` for the one that you built.
|
||||||
|
2. Create a matching `hashes.sum` file for your `.msi` file:
|
||||||
|
|
||||||
|
sha256sum EDMarketConnector_win*.msi > ./hashes.sum
|
||||||
|
|
||||||
|
and replace the one in the draft release with this.
|
||||||
|
|
||||||
|
But, **again, you should just be using the auto-build
|
||||||
mechanism**.
|
mechanism**.
|
||||||
|
|
||||||
3. Now push the release-specific branch to GitHub.
|
3. Now push the release-specific branch to GitHub.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user