tic80 uploader fix

This commit is contained in:
2025-12-07 22:44:12 +01:00
parent b4dcc6d914
commit d6b47e6735
-1
View File
@@ -33,7 +33,6 @@ func (s *SoftwareUpdaterTIC80Service) Update(name string) error {
if err := s.handleHTMLContent(name, contentsPath); err == nil {
fmt.Printf("TIC80 Updater: Successfully processed HTML content: %s\n", name)
return nil
}
if err := s.handleLuaCartridge(name, contentsPath); err != nil {