diff --git a/README.md b/README.md index 3d646eb..db9c573 100644 --- a/README.md +++ b/README.md @@ -95,10 +95,10 @@ npm run dist Will build and package the app into platform specific packages for macOS, Windows & Linux. -On a Mac and Linux machine, packaging requires [`wine`](https://www.winehq.org) and `rpm` in your `PATH`. To install on macOS with [Homebrew](https://brew.sh): +On a Mac and Linux machine, packaging requires [`wine`](https://www.winehq.org) in your `PATH`. To install on macOS with [Homebrew](https://brew.sh): ```bash -brew install wine rpm +brew install wine ``` ## Creating Releases diff --git a/package.json b/package.json index d30c799..a4c26a8 100644 --- a/package.json +++ b/package.json @@ -76,12 +76,11 @@ "linux": { "target": [ "deb", - "rpm", "snap", "AppImage" ], "category": "Office", - "executableName": "desiredName", + "executableName": "Blowfish", "artifactName": "${productName}-${version}.${ext}" } }, @@ -102,8 +101,7 @@ "dist/*.dmg", "dist/*.AppImage", "dist/*.deb", - "dist/*.snap", - "dist/*.rpm" + "dist/*.snap" ] }, "npm": {