fix: normalize path separators in build script for Windows
This commit is contained in:
@@ -61,6 +61,7 @@ CMD ["./main"]
|
||||
|
||||
targets = {}
|
||||
for service_dir in sorted(glob.glob("app/*/*")):
|
||||
service_dir = service_dir.replace("\\", "/")
|
||||
service_type = os.path.basename(service_dir)
|
||||
if service_type not in ("api", "rpc", "mq", "adapter"):
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user