Skip to content

Instantly share code, notes, and snippets.

@stimms
Last active December 10, 2015 11:58
Show Gist options
  • Save stimms/4430867 to your computer and use it in GitHub Desktop.
Save stimms/4430867 to your computer and use it in GitHub Desktop.
<target name="generateKey">
<exec executable="c:\WINDOWS\system32\cmd.exe">
<arg value="/C"></arg>
<arg value="c:\hudson\tools\AdobeAir\bin\adt.bat"></arg>
<arg value="-certificate"></arg>
<arg value="-cn"></arg>
<arg value=" Wopsle"></arg>
<arg value="1024-RSA"></arg>
<arg value="${keyFile}"></arg>
<arg value="helloWorld"></arg>
</exec>
<sleep seconds="2"></sleep>
</target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment