Skip to content

Commit

Permalink
Add Redhat deployment cfg/shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
jplomas committed Dec 7, 2021
1 parent 5fc6848 commit 555d2e5
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 1,097 deletions.
1 change: 1 addition & 0 deletions .electrify/redhat.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
electron-installer-redhat --src .dist/QRLWallet-linux-x64/ --dest .dist/ --arch x86_64 --config rpm.json
12 changes: 12 additions & 0 deletions .electrify/rpm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"icon": "assets/qrl.png",
"options": {
"version": "1.8.0",
"icon": "assets/qrl.png",
"name": "QRLWallet",
"productName": "QRLWallet",
"license": "MIT",
"description": "Desktop wallet for the QRL blockchain",
"productDescription": "Desktop wallet for the QRL blockchain"
}
}
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ Linux only: libudev-dev, libusb-dev and libusb-1.0-0-dev

sudo apt-get install libudev-dev libusb-dev libusb-1.0-0-dev

Redhat Linux: electron-installer-redhat installed globally

``npm i -g electron-installer-redhat``

Debian/Ubuntu Linux: electron-installer-debian installed globally

``npm i -g electron-installer-debian``

Mac only: create-dmg

Expand Down
Loading

0 comments on commit 555d2e5

Please sign in to comment.