Skip to content

Commit fbb0732

Browse files
committed
chore(sltt-app): another readme fix
1 parent 85ed7c4 commit fbb0732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ https://knowledge.digicert.com/tutorials/configure-keylocker-for-jsign-using-the
3030

3131
See also github workflow https://github.com/ubsicap/sltt/blob/dev/.github/workflows/publish-sltt-app.yml
3232

33-
After everything is setup, the following command is used in `build/win-sign.js` to sign the installer using the `build:win:sign:norelease` or `build:win:sign:release` npm scripts. `build/recomputeHash.js` and `build/updateReleaseMetadata.js` will also be called in `build:win:update:metadata` and `build:win:release:metadata` respectively, in order to make sure the github release gets a `latest.yml` that reflects the checksums of the signed exe installer. Without this, autoUpdater will fail due to mismatched checksums.
33+
After everything is setup, the following command is used in `build/win-sign.js` to sign the installer using the `build:win:sign:norelease` or `build:win:sign:release` npm scripts. `build/recomputeHash.js` and `build/updateReleaseMetadata.js` will also be called in `build:win:update:metadata` and `build:win:release:metadata` respectively, in order to make sure the github release gets a `dist/latest.yml` that reflects the checksums of the signed exe installer. Without this, autoUpdater will fail due to mismatched checksums.
3434

3535
**NOTE** the following environment variables must be set:
3636
- `JSIGN_JAR_PATH` - path to the jsign jar file

0 commit comments

Comments
 (0)