Mac App support folder
This commit is contained in:
parent
387150151a
commit
a144fe113d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
|||
|
||||
private func webFolder() -> URL {
|
||||
let url = FileManager.default.urls(for: .applicationSupportDirectory, in: .userDomainMask).first!
|
||||
return url.appendingPathComponent("server")
|
||||
return url.appendingPathComponent("Focalboard").appendingPathComponent("server")
|
||||
}
|
||||
|
||||
private func copyResources() {
|
||||
|
|
Loading…
Reference in a new issue