From 42ad78c6cc93f519a50872e3d1c5ecafd0d232d7 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Mon, 4 Sep 2023 16:29:28 +0900 Subject: [PATCH] fix(package.json): macOS exclude path --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b7b9d562..591ad73d 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "productName": "YouTube Music", "version": "1.20.0", "description": "YouTube Music Desktop App - including custom plugins", + "main": "./dist/index.js", "license": "MIT", "repository": "th-ch/youtube-music", "author": { @@ -16,7 +17,7 @@ "mac": { "identity": null, "files": [ - "!plugins/taskbar-mediacontrol${/*}" + "!dist/plugins/taskbar-mediacontrol${/*}" ], "target": [ {