feat: done

This commit is contained in:
lecepin 2022-05-21 23:09:42 +08:00
parent 57a7f3745d
commit da65630e86
3 changed files with 7 additions and 7 deletions

View File

@ -10,8 +10,8 @@ process.on('unhandledRejection', () => {});
function createWindow() { function createWindow() {
Menu.setApplicationMenu(null); Menu.setApplicationMenu(null);
checkUpdate( checkUpdate(
'https://cdn.jsdelivr.net/gh/lecepin/electron-react-tpl/package.json', 'https://cdn.jsdelivr.net/gh/lecepin/WeChatVideoDownloader/package.json',
'https://github.com/lecepin/electron-react-tpl/releases', 'https://github.com/lecepin/WeChatVideoDownloader/releases',
); );
const mainWindow = new BrowserWindow({ const mainWindow = new BrowserWindow({

View File

@ -1,5 +1,5 @@
{ {
"name": "electron-react-tpl", "name": "wechat-video-downloader",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"main": "./build-electron/index.js", "main": "./build-electron/index.js",
@ -70,12 +70,12 @@
"license": "ISC", "license": "ISC",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/lecepin/electron-react-tpl.git" "url": "git+https://github.com/lecepin/WeChatVideoDownloader.git"
}, },
"build": { "build": {
"extends": null, "extends": null,
"productName": "Lecepin Tpl", "productName": "Lecepin WeChatVideoDownloader",
"appId": "com.lecepin.tpl", "appId": "com.lecepin.WeChatVideoDownloader",
"directories": { "directories": {
"output": "packs" "output": "packs"
}, },

View File

@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title> <title>微信视频号下载器</title>
</head> </head>
<body> <body>
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>