mirror of
https://github.com/lecepin/WeChatVideoDownloader.git
synced 2025-04-05 04:22:50 +08:00
feat: done
This commit is contained in:
parent
57a7f3745d
commit
da65630e86
@ -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({
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user