mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
Add Wox.UpdateFeedGenerator
This commit is contained in:
20
Wox.UpdateFeedGenerator/Program.cs
Normal file
20
Wox.UpdateFeedGenerator/Program.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Globalization;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using System.Text;
|
||||
using System.Threading;
|
||||
using System.Xml;
|
||||
|
||||
namespace Wox.UpdateFeedGenerator
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
new Generator().Build();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user