mirror of
https://github.com/nicoverbruggen/NVAppUpdater.git
synced 2025-08-07 17:50:07 +02:00
Cleanup
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user