{"id":27,"date":"2026-01-26T03:05:39","date_gmt":"2026-01-26T03:05:39","guid":{"rendered":"https:\/\/www.yangjifang.cn\/?p=27"},"modified":"2026-01-26T03:05:39","modified_gmt":"2026-01-26T03:05:39","slug":"electron%e8%87%aa%e5%8a%a8%e6%9b%b4%e6%96%b0","status":"publish","type":"post","link":"https:\/\/www.yangjifang.cn\/index.php\/2026\/01\/26\/electron%e8%87%aa%e5%8a%a8%e6%9b%b4%e6%96%b0\/","title":{"rendered":"electron\u81ea\u52a8\u66f4\u65b0"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">\u5de5\u5177<\/h2>\n\n\n\n<p>\u6253\u5305\u5de5\u5177 electron-builder<br>\u81ea\u52a8\u66f4\u65b0\u5de5\u5177 electron-updater<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">1 \u914d\u7f6e\u670d\u52a1\u5668\u5730\u5740<\/h2>\n\n\n\n<p>\u5728package.json\u7684build\u4e0b\u914d\u7f6e<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>...\n\"build\"{\n  \"publish\": {\n      \"provider\": \"generic\",\n      \"url\": \"https:\/\/www.domain.com\/update\"\n    }\n}\n...<\/code><\/pre>\n\n\n\n<p>\u8fd9\u4e2aurl\u76ee\u5f55\u4e0b\u653e\u7684\u662f\u6253\u5305\u540e\u7684exe\u6587\u4ef6 \u8fd8\u6709latest.yml\u6587\u4ef6<br>\u8fd9\u4e2alatest.yml\u6587\u4ef6\u662f\u8bbe\u7f6e\u4e86 publish\u8fd9\u4e2a\u914d\u7f6e\u4e4b\u540e\u81ea\u52a8\u751f\u6210\u7684\u6587\u4ef6<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">2 \u7f16\u5199\u4ee3\u7801<\/h2>\n\n\n\n<p>\u5728electron\u6587\u4ef6\u5939\u4e0b\uff0c\u65b0\u589eupdate.js\u6587\u4ef6<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>const { autoUpdater } = require('electron-updater');\nvar mainWindow = null;\n\nconst checkUpdate = (win,ipcMain) =&gt; {\n  autoUpdater.autoDownload = true;\n  autoUpdater.autoInstallOnAppQuit = true;\n  mainWindow = win;\n\n  autoUpdater.checkForUpdatesAndNotify().catch();\n\n  ipcMain.handle('install',()=&gt;autoUpdater.quitAndInstall());\n}\n\nmodule.exports = checkUpdate;<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">3 \u5728main.js \u4e2d\u8c03\u7528checkUpdate\u65b9\u6cd5<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>const checkUpdate = require('.\/update')\n\nconst { app, BrowserWindow, ipcMain, Menu, shell } = require('electron')\n\n  mainWindow = new BrowserWindow({\n    width: 1200,\n    height: 800,\n    minWidth: 1200,\n    minHeight: 800,\n    backgroundColor: '#E0E4F8',\n    webPreferences: webPreferencesConfig,\n    icon: path.join(__dirname, 'assets\/icon.png'),\n    show: false,\n    titleBarStyle: 'hidden',\n    frame: false\n  });\n\n\n  checkUpdate(mainWindow,ipcMain);<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">4 \u66f4\u65b0\u5305\u548clatest.yml\u5230\u670d\u52a1\u5668\u7684\u5bf9\u5e94\u8def\u5f84\u4e2d<\/h2>\n\n\n\n<p>publish\u4e2d\u914d\u7f6e\u7684\u8def\u5f84<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5de5\u5177 \u6253\u5305\u5de5\u5177 electron-builder\u81ea\u52a8\u66f4\u65b0\u5de5\u5177 electron-updater 1 \u914d\u7f6e\u670d\u52a1\u5668 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-27","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/www.yangjifang.cn\/index.php\/wp-json\/wp\/v2\/posts\/27","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.yangjifang.cn\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.yangjifang.cn\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.yangjifang.cn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.yangjifang.cn\/index.php\/wp-json\/wp\/v2\/comments?post=27"}],"version-history":[{"count":1,"href":"https:\/\/www.yangjifang.cn\/index.php\/wp-json\/wp\/v2\/posts\/27\/revisions"}],"predecessor-version":[{"id":28,"href":"https:\/\/www.yangjifang.cn\/index.php\/wp-json\/wp\/v2\/posts\/27\/revisions\/28"}],"wp:attachment":[{"href":"https:\/\/www.yangjifang.cn\/index.php\/wp-json\/wp\/v2\/media?parent=27"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.yangjifang.cn\/index.php\/wp-json\/wp\/v2\/categories?post=27"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.yangjifang.cn\/index.php\/wp-json\/wp\/v2\/tags?post=27"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}