mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
Add Wox.UpdateFeedGenerator
This commit is contained in:
BIN
Deploy/UpdateGenerator/NAppUpdate.Framework.dll
Normal file
BIN
Deploy/UpdateGenerator/NAppUpdate.Framework.dll
Normal file
Binary file not shown.
BIN
Deploy/UpdateGenerator/Newtonsoft.Json.dll
Normal file
BIN
Deploy/UpdateGenerator/Newtonsoft.Json.dll
Normal file
Binary file not shown.
BIN
Deploy/UpdateGenerator/Wox.Infrastructure.dll
Normal file
BIN
Deploy/UpdateGenerator/Wox.Infrastructure.dll
Normal file
Binary file not shown.
BIN
Deploy/UpdateGenerator/Wox.Plugin.dll
Normal file
BIN
Deploy/UpdateGenerator/Wox.Plugin.dll
Normal file
Binary file not shown.
BIN
Deploy/UpdateGenerator/Wox.UpdateFeedGenerator.exe
Normal file
BIN
Deploy/UpdateGenerator/Wox.UpdateFeedGenerator.exe
Normal file
Binary file not shown.
2
Deploy/UpdateGenerator/build.bat
Normal file
2
Deploy/UpdateGenerator/build.bat
Normal file
@@ -0,0 +1,2 @@
|
||||
cd /d %~dp0
|
||||
%~dp0Wox.UpdateFeedGenerator.exe
|
||||
10
Deploy/UpdateGenerator/config.json
Normal file
10
Deploy/UpdateGenerator/config.json
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user