Fixing bugs

Resolve application installation path errors
This commit is contained in:
link
2021-11-09 18:57:50 +08:00
parent 37130966cf
commit f020c1162d
15 changed files with 327 additions and 24 deletions

View File

@@ -39,7 +39,6 @@ func (s *systemService) UpSystemConfig(str string, widget string) {
}
config.Cfg.SaveTo(config.SystemConfigInfo.ConfigPath)
}
func (s *systemService) GetCasaOSLogs(lineNumber int) string {
file, err := os.Open(s.log.Path())
if err != nil {