mirror of
https://github.com/kremalicious/blowfish.git
synced 2024-11-15 01:25:22 +01:00
Linux build fixes
* remove rpm builds * fix executable name
This commit is contained in:
parent
9f7a72cc48
commit
1c8ec7ee87
@ -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
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user