mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2026-02-10 11:08:33 +00:00
GODT-2046: bridge-gui log is included in optional archive sent with bug reports.
This commit is contained in:
committed by
Romain LE JEUNE
parent
3b9a3aaad2
commit
19930f63e2
@ -101,3 +101,7 @@ func getLogName(version, revision string) string {
|
||||
func MatchLogName(name string) bool {
|
||||
return regexp.MustCompile(`^v.*\.log$`).MatchString(name)
|
||||
}
|
||||
|
||||
func MatchGUILogName(name string) bool {
|
||||
return regexp.MustCompile(`^gui_v.*\.log$`).MatchString(name)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user