refactor: 调整desktop打包代码

pull/81/head
moonrailgun 3 years ago
parent 4647bec8bf
commit 07ece84fb1

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

@ -19,7 +19,7 @@ module.exports = {
beta: 'com.tailchat.desktop', beta: 'com.tailchat.desktop',
prod: 'com.tailchat.beta.desktop', prod: 'com.tailchat.beta.desktop',
}), }),
icon: path.resolve(__dirname, './build/logo@512'), icon: path.resolve(__dirname, './build/icon'),
}, },
makers: [ makers: [
{ {

@ -1,7 +1,7 @@
{ {
"name": "tailchat-desktop", "name": "tailchat-desktop",
"productName": "tailchat-desktop", "productName": "tailchat-desktop",
"version": "1.0.0", "version": "0.0.1",
"description": "Tailchat application desktop", "description": "Tailchat application desktop",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {

Loading…
Cancel
Save