btcpayserver/run.ps1

4 lines
79 B
PowerShell
Raw Normal View History

2023-02-16 10:31:33 +01:00
pushd
cd BTCPayServer/bin/Release/publish/
dotnet "BTCPayServer.dll" $args
popd