mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 05:54:26 +01:00
Add nuget publishing for plugin packaer and abstractions (#2018)
This commit is contained in:
@@ -12,6 +12,11 @@ namespace BTCPayServer.PluginPacker
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
if (args.Length < 3)
|
||||
{
|
||||
Console.WriteLine("Usage: btcpay-plugin [directory of compiled plugin] [name of plugin] [packed plugin output directory]");
|
||||
return;
|
||||
}
|
||||
var directory = args[0];
|
||||
var name = args[1];
|
||||
var outputDir = args[2];
|
||||
|
||||
Reference in New Issue
Block a user