windows fix
This commit is contained in:
parent
25c216e2b6
commit
2346708ab1
1 changed files with 1 additions and 1 deletions
|
|
@ -443,7 +443,7 @@ func writeAssetsFile() {
|
|||
}
|
||||
|
||||
path = strings.ReplaceAll(path, distAssets, "")
|
||||
httpUrl := fmt.Sprintf("%s%s", config.PublicAssetPath, path)
|
||||
httpUrl := normalizePath(fmt.Sprintf("%s%s", config.PublicAssetPath, path))
|
||||
|
||||
path = normalizePath(path)
|
||||
path = strings.ReplaceAll(path, "/", "_")
|
||||
|
|
|
|||
Loading…
Reference in a new issue