Commit 50421a1e authored by 神楽坂玲奈's avatar 神楽坂玲奈

simple hack to avoid update before install

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