Cannot sign update

Asked by tom dyer

I'm trying to sign the DMG file that contains my updated application. I've used 'cd' to change the terminal directory to the Sparkle distribution directory, and I've put both my private key and the DMG in the this directory. So I'm typing into Terminal (without the single quotes): 'ruby "Extras/Signing Tools/sign_update.rb" \ "dmg_filename.dmg" "dsa_priv.pem"'

But the shell returns "No such file or directory" for the DMG. What am I doing wrong? Any help much appreciated!

Question information

Language:
English Edit question
Status:
Solved
For:
Sparkle Edit question
Assignee:
No assignee Edit question
Solved by:
Andy Matuschak
Solved:
Last query:
Last reply:
Revision history for this message
Best Andy Matuschak (andymatuschak) said :
#1

You probably don't need that backslash. It just lets you separate bash commands onto multiple lines. Try without it?

Revision history for this message
tom dyer (tomdyr) said :
#2

That was it, thank you!