Skip to content

Commit

Permalink
fix: update docs and defaults for latest CI version
Browse files Browse the repository at this point in the history
  • Loading branch information
ViRb3 committed Aug 22, 2022
1 parent ab830cd commit d585c17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ All the steps should be performed on your builder Mac.
1. Install the following dependencies:
- [Xcode](https://developer.apple.com/xcode/)
- curl
- p7zip (optional, but recommended)
- nodejs
- node
- python3
2. Download the correct [binary release](https://github.com/SignTools/SignTools-Builder/releases)
3. Make the binary executable by running: `chmod +x SignTools-Builder`. Replace the name with the file that you just downloaded
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func mainE() error {
"will be included in each sign job. Should at least contain a signer script 'sign.sh'")
authKey := flag.String("key", "", "Auth key the web service must use to talk to this server")
jobTimeout := flag.Uint64("timeout", 15, "Job timeout in minutes")
entrypoint := flag.String("entrypoint", "sign.sh", "Entrypoint script to run when signing")
entrypoint := flag.String("entrypoint", "sign.py", "Entrypoint script to run when signing")
flag.Parse()

if *signFilesDir == "" || *authKey == "" {
Expand Down

0 comments on commit d585c17

Please sign in to comment.