Skip to content

Instantly share code, notes, and snippets.

@onokatio
Last active January 5, 2017 06:32
Show Gist options
  • Save onokatio/8f530bb93bbc3dbb033c190cff7e4015 to your computer and use it in GitHub Desktop.
Save onokatio/8f530bb93bbc3dbb033c190cff7e4015 to your computer and use it in GitHub Desktop.
nwba-make
dist/chrome_extension.crx: src/NanoWallet/build src/chrome_extension/bg.js src/chrome_extension/manifest.json src/logo128.png
mkdir -p dist/chrome_extension
cp -R $^ dist/chrome_extension/
cat src/header.json > dist/chrome_extension/manifest.json
cat src/chrome_extension/manifest.json >> dist/chrome_extension/manifest.json
google-chrome --pack-extension=$(shell pwd)/dist/chrome_extension
$(RM) -rf dist/chrome_extension
$(RM) dist/chrome_extension.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment