1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-07 20:10:08 +02:00

🏗 Read release manifest

This commit is contained in:
2023-02-02 01:04:20 +01:00
parent 57c90c216f
commit 69ff907f4a
4 changed files with 63 additions and 37 deletions

View File

@ -8,10 +8,7 @@
import Cocoa
// 1
let app = NSApplication.shared
let delegate = AppDelegate()
let delegate = Updater()
app.delegate = delegate
// 2
_ = NSApplicationMain(CommandLine.argc, CommandLine.unsafeArgv)