Skip to content

Commit d585c17

Browse files
committed
fix: update docs and defaults for latest CI version
1 parent ab830cd commit d585c17

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ All the steps should be performed on your builder Mac.
2929
1. Install the following dependencies:
3030
- [Xcode](https://developer.apple.com/xcode/)
3131
- curl
32-
- p7zip (optional, but recommended)
33-
- nodejs
32+
- node
3433
- python3
3534
2. Download the correct [binary release](https://github.com/SignTools/SignTools-Builder/releases)
3635
3. Make the binary executable by running: `chmod +x SignTools-Builder`. Replace the name with the file that you just downloaded

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func mainE() error {
4040
"will be included in each sign job. Should at least contain a signer script 'sign.sh'")
4141
authKey := flag.String("key", "", "Auth key the web service must use to talk to this server")
4242
jobTimeout := flag.Uint64("timeout", 15, "Job timeout in minutes")
43-
entrypoint := flag.String("entrypoint", "sign.sh", "Entrypoint script to run when signing")
43+
entrypoint := flag.String("entrypoint", "sign.py", "Entrypoint script to run when signing")
4444
flag.Parse()
4545

4646
if *signFilesDir == "" || *authKey == "" {

0 commit comments

Comments
 (0)