restore CONTENTS_DIR

This commit is contained in:
2025-12-07 15:06:07 +01:00
parent d18a72d492
commit fb37a2677c
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ func NewSoftwareUpdaterTIC80Service(
func (s *SoftwareUpdaterTIC80Service) Update(name string) error {
fmt.Printf("TIC80 Updater: Starting update for name: %s\n", name)
contentsPath, _ := os.LookupEnv("CONTENTS_DIR")
contentsPath, _ := os.LookupEnv("GAMES_DIR")
// Case 1: HTML content (name.html.zip)
if err := s.handleHTMLContent(name, contentsPath); err == nil {