Fix for getting app path from url

This commit is contained in:
Greg Neagle
2024-08-07 10:59:31 -07:00
parent 44bea67ad4
commit fde98df265
+1 -1
View File
@@ -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