element-desktop/scripts
David Baker ba0dd9e2a6 Use pacote to fetch native modules
Fact: 8 out of 10 native node module packages published to npm are broken.
Actual fact: npm has a library called pacote that handles resolving the
package specifier you put in your dependencies to files on disk, and it's
actually really nice.

Change hak to use that library so now it's much simpler, handles
versions correctly and supports git / github etc. urls so we can
specify dependencies from git when a package author only publishes
half of the package to npm.
2021-07-16 23:38:04 +01:00
..
ci Do not generate a lockfile when running in CI 2021-07-07 16:10:01 +02:00
hak Use pacote to fetch native modules 2021-07-16 23:38:04 +01:00
copy-res.js Update scripts/copy-res.js 2021-07-01 15:48:07 +01:00
electron_afterPack.js Some terribleness to make updating work on windows 2020-07-14 19:05:28 +01:00
electron_afterSign.js Get the app ID from the cintext 2020-03-11 19:21:14 +00:00
electron_winSign.js Rebrand step 1: s/riot/element/ in the places where it's reasonably simple 2020-07-01 15:30:53 +01:00
fetch-package.js Auto-fix lint errors 2021-05-27 14:45:06 +01:00
fetchdep.sh Add CI scripts to install and link JS SDK 2020-05-11 10:33:31 +01:00
in-docker.sh Update branding of packaging artifacts 2020-11-24 12:48:37 +00:00
mkrepo.sh Update branding of packaging artifacts 2020-11-24 12:48:37 +00:00
set-version.js Auto-fix lint errors 2021-05-27 14:45:06 +01:00