Skip to content

Instantly share code, notes, and snippets.

@illuzor
Created December 7, 2013 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save illuzor/7847774 to your computer and use it in GitHub Desktop.
Save illuzor/7847774 to your computer and use it in GitHub Desktop.
<target name="copy.files" description="Files operations">
<unzip src="temp/libs/notifExtLib.swc" dest="temp/libs/"/>
<copy file="extension.xml" tofile="temp/ane/extension.xml"/>
<copy file="temp/libs/library.swf" tofile="temp/ane/android/library.swf"/>
<move file="temp/libs/library.swf" tofile="temp/ane/default/library.swf"/>
<move file="temp/libs/notifExtLib.swc" tofile="temp/ane/notifExtLib.swc"/>
</target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment