I am using the following command to have OCRA build an installer using Inno Setup:
ocra bin/rails . --output fvc.exe
--add-all-core
--gemfile Gemfile
--no-dep-run
--gem-full
--chdir-first
--no-lzma
--innosetup fvc.iss
-- runner -e production fvc.rb
I would like to sign the installer package, which can be done in Inno Setup's script editor, or on the command line. This is probably as simple as getting some arguments to the compiler, but I can't find documentation about how to do that through OCRA.