BetterDiscordApp-v2/WindowsInstaller/config.xml

21 lines
557 B
XML
Raw Normal View History

2015-12-04 01:16:04 +01:00
<config>
2015-12-04 01:42:05 +01:00
<latestversion>1.0</latestversion>
2015-12-04 01:16:04 +01:00
<resources>
<resource>
<name>Node</name>
<url>https://nodejs.org/dist/v4.2.2/win-x64/node.exe</url>
</resource>
<resource>
<name>asar</name>
<url>https://github.com/atom/asar/archive/master.zip</url>
</resource>
<resource>
<name>wrench</name>
<url>https://github.com/ryanmcgrath/wrench-js/archive/master.zip</url>
</resource>
<resource>
<name>BetterDiscord</name>
<url>https://github.com/Jiiks/BetterDiscordApp/archive/stable.zip</url>
</resource>
</resources>
</config>