2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 16:10:59 +08:00

fix: goreleaser

This commit is contained in:
耗子
2023-06-25 01:07:32 +08:00
parent e26ce4ce86
commit 175b413432
3 changed files with 0 additions and 9 deletions

View File

@@ -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

View File

@@ -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")
}