diff --git a/app/build/ast.go b/app/build/ast.go index 561f851..e3e505a 100644 --- a/app/build/ast.go +++ b/app/build/ast.go @@ -87,7 +87,7 @@ func GetReferencedAssets(filenames []string) ([]*ReferencedAssets, error) { // util.Log.Dump(RHSPath) if objName == "zstatic" { switch thisAsset.RHS.Method { - case "NewFileserver", "NewFileserverAndGroup", "Group", "LoadTemplate": + case "NewFileserver", "NewFileserverAndGroup", "Group", "LoadTemplate", "NewFS": fullPath, err := filepath.Abs(filepath.Join(rootDir, RHSPath)) if err != nil { return false diff --git a/util/util.go b/util/util.go index ee5f839..63f9c83 100644 --- a/util/util.go +++ b/util/util.go @@ -25,7 +25,7 @@ var ( once sync.Once installPath string homePath string - Version = "1.0.36" + Version = "1.0.37" BuildTime = "" BuildGoVersion = "" )