mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-09 08:34:52 +00:00

# Which Problems Are Solved Paths for setup steps are joined with "\" when binary is started under Windows, which results in wrongly joined paths. # How the Problems Are Solved Replace the usage of "filepath" with "path" package, which does only join with "/" and nothing OS specific. # Additional Changes None # Additional Context Closes #9227