File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,8 +29,7 @@ All the steps should be performed on your builder Mac.
29291 . Install the following dependencies:
3030 - [ Xcode] ( https://developer.apple.com/xcode/ )
3131 - curl
32- - p7zip (optional, but recommended)
33- - nodejs
32+ - node
3433 - python3
35342 . Download the correct [ binary release] ( https://github.com/SignTools/SignTools-Builder/releases )
36353 . Make the binary executable by running: ` chmod +x SignTools-Builder ` . Replace the name with the file that you just downloaded
Original file line number Diff line number Diff 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 == "" {
You can’t perform that action at this time.
0 commit comments