Commit 783a2327 authored by 神楽坂玲奈's avatar 神楽坂玲奈

migrate

parent f9aa7628
......@@ -55,7 +55,7 @@ export class AppsService {
async migrate() {
await this.migrate_v2_ygopro();
await this.migreate_default_library();
await this.migreate_library();
}
async migrate_v2_ygopro() {
......@@ -70,7 +70,7 @@ export class AppsService {
}
}
async migreate_default_library() {
async migreate_library() {
let libraries = this.settingsService.getLibraries();
for (let library of libraries) {
if (library.path == path.join(remote.app.getPath("appData"), "library")) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment