Skip to content

Commit

Permalink
🚀 chore: Support zstring.NewFS
Browse files Browse the repository at this point in the history
  • Loading branch information
sohaha committed Apr 5, 2023
1 parent 2560146 commit 67699c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build/ast.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion util/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var (
once sync.Once
installPath string
homePath string
Version = "1.0.36"
Version = "1.0.37"
BuildTime = ""
BuildGoVersion = ""
)
Expand Down

0 comments on commit 67699c4

Please sign in to comment.