Skip to content

sakdeniz/next

Repository files navigation

NEXT - NavCoin Wallet

http://www.nextwallet.org

Installation Instructions for Ubuntu 16.04

git clone https://github.com/sakdeniz/next.git
sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo npm install -g electron --unsafe-perm=true --allow-root
cd next
npm install
npm run build
sudo npm install -g electron-packager
npm run package-linux-x64

Notes

Override all local changes

git reset --hard
git pull

MacOS Code Sign

https://ademcan.net/blog/2017/06/17/how-to-submit-an-electron-app-to-the-mac-appstore/
http://developer.apple.com/certificationauthority/AppleWWDRCA.cer
npm run sign-macos-x64
electron-osx-sign next.app
codesign --deep --verbose --force --sign "3rd Party Mac Developer Application: XXXXXX XXXXXXXX (XXXXXXXXXX)" next.app
codesign --deep --verbose --force --sign "Developer ID Application: XXXXXX XXXXXXXX (XXXXXXXXXX)" next.app
codesign --verify -vvvv next.app