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() {
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({

View File

@ -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"
},

View File

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