Skip to content

Instantly share code, notes, and snippets.

@sgoings
Created October 8, 2013 04:07
Show Gist options
  • Save sgoings/6879322 to your computer and use it in GitHub Desktop.
Save sgoings/6879322 to your computer and use it in GitHub Desktop.
log('Copy Eula to common file name')
shutil.copy(installer_path + "TermsandConditions.rtf",
installer__path + "eula.rtf")
log('Build')
# change signing cert
log(" !!!!!!! Add back in change_cert !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
#change_signing_cert("9eb2ea9fab24d9705d188afa4295ebc77f30a93d",
# "4801533474c9bf3ba7d8471d68d93578d2ef6caa")
# call the build batch scripts to build/package plugin
cmd = "\"" + root_code_path + "/build.bat\" " + arg_version + " " + "Installer"
log(cmd)
(status,output) = run_command(cmd)
log("output of build command:")
log(output)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment