element-desktop/scripts
David Baker 90913256f5 Add our native modules separately into the files
And also the package.json which, for reasons I'm not going to spend
the next two hours of my life wading through the electron-builder
source to discover, is no longer automatically included after adding
the files pattern. The node_modules folder is handled automatically
though, so is redundant.

Change the output directory structure so we have one directory with
all the built native modules under that we can just add to the files,
rather than having to add each one separately.

NB. electron-builder add its own filters to node_modules so that only
runtime (ie. not devDependencies) are copied. These seem to apply
even for manually specified path within node_modules. We can copy *to*
the node_modules directory, however...
2020-02-21 10:57:52 +00:00
..
hak Add our native modules separately into the files 2020-02-21 10:57:52 +00:00
electron_afterSign.js Don't bail if we can't notarise 2019-12-13 11:21:34 +00:00
electron-package.sh Add electron-package script (copied verbatim) 2019-12-09 12:50:45 +00:00
fetch-package.js Lint scripts dir 2020-02-17 14:49:26 +00:00
in-docker.sh Docker powered linux building 2020-02-17 20:10:58 +00:00
mkrepo.sh Use jq 2019-12-13 17:21:24 +00:00
set-version.js Fix setversion script's yarn call on windows 2020-02-19 14:34:27 +00:00