Skip to content

Commit

Permalink
Removed app_name from templateVersions
Browse files Browse the repository at this point in the history
  • Loading branch information
Forceu committed May 13, 2023
1 parent add194a commit 358a32a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build/go-generate/updateVersionNumbers.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ func parseGokapiVersion() string {
}

const templateVersions = `// Change these for rebranding
{{define "app_name"}}Gokapi{{end}}
{{define "version"}}%gokapiversion%{{end}}
// Specifies the version of JS files, so that the browser doesn't
Expand Down
2 changes: 1 addition & 1 deletion internal/webserver/web/templates/string_constants.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
{{define "js_admin_version"}}1{{end}}
{{define "js_dropzone_version"}}3{{end}}
{{define "js_e2eversion"}}2{{end}}
{{define "css_main"}}1{{end}}
{{define "css_main"}}1{{end}}

0 comments on commit 358a32a

Please sign in to comment.