diff --git a/MacLibrary/MainViewModel.swift b/MacLibrary/MainViewModel.swift index 78fc8ea..21be5e6 100644 --- a/MacLibrary/MainViewModel.swift +++ b/MacLibrary/MainViewModel.swift @@ -71,7 +71,7 @@ public class MainViewModel: BaseViewModel { } private func checkApplicationPath() { - let directoryName = URL(filePath: Bundle.main.bundlePath).deletingLastPathComponent().pathComponents.last + let directoryName = URL(filePath: Bundle.main.bundlePath).deletingLastPathComponent().pathComponents.first if directoryName != "Applications" { alert = AlertState( title: String(localized: "Wrong application location"),