btcpayserver/run.ps1
2023-02-16 18:31:33 +09:00

4 lines
79 B
PowerShell
Executable File

pushd
cd BTCPayServer/bin/Release/publish/
dotnet "BTCPayServer.dll" $args
popd