Fix publish errors

This commit is contained in:
jeffvli 2022-11-20 19:49:36 -08:00
parent 154de4147c
commit 20cd34a38f
5 changed files with 1 additions and 1 deletions

BIN
assets/icons/1024x1024.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

BIN
assets/icons/128x128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

BIN
assets/icons/256x256.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 45 KiB

View File

@ -1,7 +1,7 @@
{
"name": "feishin",
"productName": "Feishin",
"description": "",
"description": "Feishin music server",
"scripts": {
"build": "concurrently \"npm run build:main\" \"npm run build:renderer\"",
"build:main": "cross-env NODE_ENV=production TS_NODE_TRANSPILE_ONLY=true webpack --config ./.erb/configs/webpack.config.main.prod.ts",