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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,2 @@
cd /d %~dp0
%~dp0Wox.UpdateFeedGenerator.exe

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
}