Commit d934e733 authored by 神楽坂玲奈's avatar 神楽坂玲奈

fix

parent 95b3418c
...@@ -200,7 +200,7 @@ function start_server() { ...@@ -200,7 +200,7 @@ function start_server() {
save_db(); save_db();
}); });
autoUpdater.setFeedURL('https://mycard.moe/update'); autoUpdater.setFeedURL('https://mycard.moe/update/' + {win32: 'win'}[process.platform] + {ia32: '32', x64: '64'}[process.arch]);
autoUpdater.checkForUpdates(); autoUpdater.checkForUpdates();
/*autoUpdater.on('checking-for-update', ()=>{ /*autoUpdater.on('checking-for-update', ()=>{
console.log('checking-for-update') console.log('checking-for-update')
......
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