mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-21 00:22:08 +00:00
marginally reduce package size, improve file naming
This commit is contained in:
parent
1db850f58d
commit
ec3dd4924f
1 changed files with 7 additions and 4 deletions
11
package.json
11
package.json
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Miru",
|
"name": "Miru",
|
||||||
"version": "1.9.0",
|
"version": "1.9.1",
|
||||||
"author": "ThaUnknown_ <ThaUnknown@users.noreply.github.com>",
|
"author": "ThaUnknown_ <ThaUnknown@users.noreply.github.com>",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"homepage": "https://github.com/ThaUnknown/miru#readme",
|
"homepage": "https://github.com/ThaUnknown/miru#readme",
|
||||||
|
|
@ -50,18 +50,21 @@
|
||||||
"appId": "com.github.thaunknown.miru",
|
"appId": "com.github.thaunknown.miru",
|
||||||
"productName": "Miru",
|
"productName": "Miru",
|
||||||
"files": [
|
"files": [
|
||||||
"src/**/*"
|
"src/*",
|
||||||
|
"src/main/*",
|
||||||
|
"src/renderer/dist/**/*"
|
||||||
],
|
],
|
||||||
"mac": {
|
"mac": {
|
||||||
|
"artifactName": "${os}-${name}-${version}.${ext}",
|
||||||
"category": "public.app-category.video",
|
"category": "public.app-category.video",
|
||||||
"icon": "build/icon.icns"
|
"icon": "build/icon.icns"
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"artifactName": "${name}-${os}-${arch}-${version}.${ext}",
|
"artifactName": "${os}-${name}-${version}.${ext}",
|
||||||
"target": "nsis"
|
"target": "nsis"
|
||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
"artifactName": "${name}-${os}-${arch}-${version}.${ext}",
|
"artifactName": "${os}-${name}-${version}.${ext}",
|
||||||
"category": "Video;Anime",
|
"category": "Video;Anime",
|
||||||
"description": "Bittorrent streaming software for cats",
|
"description": "Bittorrent streaming software for cats",
|
||||||
"desktop": {
|
"desktop": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue