diff --git a/electron/index.js b/electron/index.js index 7f2bbb8..3d6d7d0 100644 --- a/electron/index.js +++ b/electron/index.js @@ -10,8 +10,8 @@ process.on('unhandledRejection', () => {}); function createWindow() { Menu.setApplicationMenu(null); checkUpdate( - 'https://cdn.jsdelivr.net/gh/lecepin/electron-react-tpl/package.json', - 'https://github.com/lecepin/electron-react-tpl/releases', + 'https://cdn.jsdelivr.net/gh/lecepin/WeChatVideoDownloader/package.json', + 'https://github.com/lecepin/WeChatVideoDownloader/releases', ); const mainWindow = new BrowserWindow({ diff --git a/package.json b/package.json index e832325..ec83e3d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "electron-react-tpl", + "name": "wechat-video-downloader", "version": "1.0.0", "description": "", "main": "./build-electron/index.js", @@ -70,12 +70,12 @@ "license": "ISC", "repository": { "type": "git", - "url": "git+https://github.com/lecepin/electron-react-tpl.git" + "url": "git+https://github.com/lecepin/WeChatVideoDownloader.git" }, "build": { "extends": null, - "productName": "Lecepin Tpl", - "appId": "com.lecepin.tpl", + "productName": "Lecepin WeChatVideoDownloader", + "appId": "com.lecepin.WeChatVideoDownloader", "directories": { "output": "packs" }, diff --git a/public/index.html b/public/index.html index b222441..61d1534 100644 --- a/public/index.html +++ b/public/index.html @@ -3,7 +3,7 @@ - + 微信视频号下载器