mirror of
https://github.com/munki/munki.git
synced 2026-05-24 07:08:39 -05:00
Fix for getting app path from url
This commit is contained in:
@@ -128,7 +128,7 @@ class NotificationHandler: NSObject {
|
||||
var appVersion = "0"
|
||||
|
||||
if let url = appObject.bundleURL {
|
||||
appPath = url.path()
|
||||
appPath = url.path
|
||||
}
|
||||
if let _bundleID = appObject.bundleIdentifier {
|
||||
bundleID = _bundleID
|
||||
|
||||
Reference in New Issue
Block a user