Revert "Fix app path requirements check"

This reverts commit f430a0a7cb.
This commit is contained in:
世界
2026-02-28 14:41:34 +08:00
parent f430a0a7cb
commit e41bc22784
+1 -1
View File
@@ -71,7 +71,7 @@ public class MainViewModel: BaseViewModel {
}
private func checkApplicationPath() {
let directoryName = URL(filePath: Bundle.main.bundlePath).deletingLastPathComponent().pathComponents.first
let directoryName = URL(filePath: Bundle.main.bundlePath).deletingLastPathComponent().pathComponents.last
if directoryName != "Applications" {
alert = AlertState(
title: String(localized: "Wrong application location"),