Set correct architecture for RedHat based packages

This commit is contained in:
Julen Garcia Leunda
2019-09-18 19:57:45 +02:00
parent cfa1ebbea7
commit 6e69e5d36e
2 changed files with 12 additions and 7 deletions

View File

@@ -100,7 +100,7 @@
"build": "buble src --target chrome:71 --output build",
"clean": "node ./bin/clean.js",
"gh-release": "gh-release",
"install-system-deps": "brew install fakeroot dpkg rpmbuild",
"install-system-deps": "brew install fakeroot dpkg rpm",
"open-config": "node ./bin/open-config.js",
"package": "node ./bin/package.js",
"start": "npm run build && electron .",