Unverified Commit eb61ab57 by Kewde Committed by GitHub

electron-builder: attempt more lightweight builds

parent ae93b501
......@@ -14,6 +14,15 @@
"remote_path": "./{name}/v{version}/{toolset}/",
"package_name": "{node_abi}-{platform}-{arch}.tar.gz"
},
"build": {
"files": [
"package.json",
"lib/**/*",
"node_modules/**/*",
"sqlite3.js",
"LICENSE"
]
},
"contributors": [
"Konstantin Käfer <mail@kkaefer.com>",
"Dane Springmeyer <dane@mapbox.com>",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment