Commit 5d9d8c65 authored by 神楽坂玲奈's avatar 神楽坂玲奈

fix

parent 50421a1e
...@@ -208,7 +208,7 @@ function start_server() { ...@@ -208,7 +208,7 @@ function start_server() {
save_db(); save_db();
}); });
if (process.platform == 'win32' && db.local['ygopro'].status == 'ready') { if (process.platform == 'win32' && db.local['ygopro'] && db.local['ygopro'].status == 'ready') {
autoUpdater.setFeedURL('https://mycard.moe/update/' + {win32: 'win'}[process.platform] + { autoUpdater.setFeedURL('https://mycard.moe/update/' + {win32: 'win'}[process.platform] + {
ia32: '32', ia32: '32',
x64: '64' x64: '64'
......
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