Rename app to cmuxterm

This commit is contained in:
Lawrence Chen 2026-01-28 02:38:24 -08:00
parent 6d3bbb1577
commit 3877dc2d98
20 changed files with 97 additions and 94 deletions

View file

@ -2,7 +2,7 @@ import Sparkle
import Cocoa
import Combine
/// Controller for managing Sparkle updates in cmux.
/// Controller for managing Sparkle updates in cmuxterm.
class UpdateController {
private(set) var updater: SPUUpdater
private let userDriver: UpdateDriver