This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
appcat
/
sonist
Archived
1
0
Fork 0

优化打包配置

2.x
宇天 2019-01-19 04:34:08 +08:00
parent 1aa8edb82e
commit cfa32e121e
1 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"name": "Sonist",
"name": "sonist",
"version": "0.9.0",
"description": "Music Player",
"main": "src/main.js",
@ -20,7 +20,7 @@
"build": {
"appId": "cc.doui.sonist",
"productName": "Sonist",
"copyright": "Copyright © year ${author}",
"copyright": "Copyright © 2019 ${author}",
"directories": {
"output": "build"
},
@ -28,7 +28,8 @@
"mac": {
"category": "public.app-category.music",
"target": "dmg",
"icon": "icons/app.icns"
"icon": "icons/app.icns",
"darkModeSupport": false
},
"linux": {
"category": "AudioVideo;Audio;Player;Music",