Mac App support folder

This commit is contained in:
Chen-I Lim 2021-01-26 15:28:38 -08:00
parent 387150151a
commit a144fe113d

View File

@ -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() {