Add Wox.UpdateFeedGenerator

This commit is contained in:
qianlifeng
2015-01-22 22:57:54 +08:00
parent bda67afd4f
commit 21edfdb62e
22 changed files with 685 additions and 73 deletions

View File

@@ -0,0 +1,10 @@
{
"OutputDirectory": "..\\..\\Output\\Update",
"SourceDirectory": "..\\..\\Output\\Release",
"BaseURL": "http://127.0.0.1:8888",
"FeedXMLName": "update.xml",
"CheckVersion": false,
"CheckSize": false,
"CheckDate": false,
"CheckHash": true
}