parent
8fe07db2ca
commit
3f07277111
@ -81,7 +81,7 @@ class ConfigFileFactory {
|
||||
static func copySimpleConfigFile() {
|
||||
let path = Bundle.main.path(forResource: "initConfig", ofType: "ini")!
|
||||
backupAndRemoveConfigFile()
|
||||
try? FileManager.default.copyItem(atPath: path, toPath: kConfigFolderPath)
|
||||
try? FileManager.default.copyItem(atPath: path, toPath: kConfigFilePath)
|
||||
NSUserNotificationCenter.default.postGenerateSimpleConfigNotice()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user