mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 16:10:59 +08:00
fix: goreleaser
This commit is contained in:
@@ -23,13 +23,6 @@ archives:
|
||||
builds:
|
||||
- panel
|
||||
format: zip
|
||||
meta: true
|
||||
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
|
||||
builds_info:
|
||||
group: root
|
||||
owner: root
|
||||
mode: 0644
|
||||
mtime: 2008-01-02T15:04:05Z
|
||||
wrap_in_directory: false
|
||||
strip_parent_binary_folder: true
|
||||
rlcp: true
|
||||
|
||||
@@ -22,6 +22,4 @@ func Route() {
|
||||
route.Get("errorLog", openRestyController.ErrorLog)
|
||||
route.Get("cleanErrorLog", openRestyController.ClearErrorLog)
|
||||
})
|
||||
|
||||
facades.Route().StaticFile("panel/views/plugins/openresty.html", "plugins/openresty/public/views/openresty.html")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user