Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
Linux build fixes
Browse files Browse the repository at this point in the history
* remove rpm builds
* fix executable name
  • Loading branch information
kremalicious committed May 29, 2019
1 parent 9f7a72c commit 1c8ec7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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
Expand Down
6 changes: 2 additions & 4 deletions package.json
Expand Up @@ -76,12 +76,11 @@
"linux": {
"target": [
"deb",
"rpm",
"snap",
"AppImage"
],
"category": "Office",
"executableName": "desiredName",
"executableName": "Blowfish",
"artifactName": "${productName}-${version}.${ext}"
}
},
Expand All @@ -102,8 +101,7 @@
"dist/*.dmg",
"dist/*.AppImage",
"dist/*.deb",
"dist/*.snap",
"dist/*.rpm"
"dist/*.snap"
]
},
"npm": {
Expand Down

0 comments on commit 1c8ec7e

Please sign in to comment.