From b4ca1e1312b6f8585ab4e4cc1e2846d43d5b264b Mon Sep 17 00:00:00 2001 From: Djkato Date: Thu, 5 May 2022 01:02:13 +0200 Subject: [PATCH] renamde to "8mb" command, compile all platforms --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ab3e057..7686ef4 100644 --- a/package.json +++ b/package.json @@ -4,11 +4,11 @@ "description": "helps free discord users to send any media(image, video, audio) and not get limited by discords 8mb file limit", "main": "index.js", "bin": { - "DMC": "bin/index.js" + "8mb": "bin/index.js" }, "scripts": { "start": "node bin/index.js", - "build": "pkg . --output dist --debug", + "build": "pkg . --output dist/dme", "test": "node fieldTest.cjs" }, "keywords": [ @@ -29,7 +29,9 @@ "pkg": { "scripts": "bin/index.js", "targets": [ - "latest-win-x64" + "latest-win-x64", + "latest-macos-x64", + "latest-linux-x64" ], "outputPath": "" }