1
0

Update docs for mweb

This commit is contained in:
nicolas.dorier
2025-03-08 22:37:11 +09:00
parent 2ae3621bfd
commit 6666e3fed2
3 changed files with 6 additions and 3 deletions

View File

@@ -301,8 +301,8 @@ namespace DockerFileBuildHelper
break;
case "mwebd":
dockerInfo.DockerFilePath = "Dockerfile";
//dockerInfo.DockerFilePath = "Dockerfile";
//dockerInfo.DockerFilePath = "Dockerfile";
dockerInfo.DockerFilePathARM64v8 = "Dockerfile";
dockerInfo.DockerFilePathARM64v8 = "Dockerfile";
dockerInfo.GitLink = "https://github.com/ltcmweb/btcpayserver-ltcmweb-plugin";
dockerInfo.GitRef = "main";
dockerInfo.SupportedByUs = false;