Skip to content

Instantly share code, notes, and snippets.

@IDragonfire
Created September 11, 2012 19:18
Show Gist options
  • Save IDragonfire/3701200 to your computer and use it in GitHub Desktop.
Save IDragonfire/3701200 to your computer and use it in GitHub Desktop.
dzcp_version.xml
<?xml version="1.0" encoding="UTF-8" ?>
<dzcpmods>
<mod name="myModID1">
<author>myName</author>
<version>version</version>
<downloadurl>http://test/test1.zip</downloadurl>
</mod>
<mod name="myModID2">
<author>myName</author>
<version>version</version>
<downloadurl>http://test/test2.zip</downloadurl>
</mod>
</dzcpmods>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment