This commit is contained in:
2024-05-30 17:20:39 +02:00
parent d37a11fa61
commit 2e77fa0608
4 changed files with 42 additions and 13 deletions

View File

@ -24,7 +24,7 @@ As a separate target (for a macOS app), you need to add the following file:
import Cocoa
import AppUpdater
let delegate = AppSelfUpdater(
let delegate = SelfUpdater(
appName: "My App",
bundleIdentifiers: ["com.example.my-app"],
baseUpdaterPath: "~/.config/com.example.my-app/updater"