From ec3dd4924f557b4d0b6c5e7104f79cc63818558e Mon Sep 17 00:00:00 2001 From: ThaUnknown <6506529+ThaUnknown@users.noreply.github.com> Date: Sun, 24 Apr 2022 00:39:56 +0200 Subject: [PATCH] marginally reduce package size, improve file naming --- package.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 9a5a25f..4b1dda3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Miru", - "version": "1.9.0", + "version": "1.9.1", "author": "ThaUnknown_ ", "main": "src/index.js", "homepage": "https://github.com/ThaUnknown/miru#readme", @@ -50,18 +50,21 @@ "appId": "com.github.thaunknown.miru", "productName": "Miru", "files": [ - "src/**/*" + "src/*", + "src/main/*", + "src/renderer/dist/**/*" ], "mac": { + "artifactName": "${os}-${name}-${version}.${ext}", "category": "public.app-category.video", "icon": "build/icon.icns" }, "win": { - "artifactName": "${name}-${os}-${arch}-${version}.${ext}", + "artifactName": "${os}-${name}-${version}.${ext}", "target": "nsis" }, "linux": { - "artifactName": "${name}-${os}-${arch}-${version}.${ext}", + "artifactName": "${os}-${name}-${version}.${ext}", "category": "Video;Anime", "description": "Bittorrent streaming software for cats", "desktop": {