Add Windows installer script

This commit is contained in:
hensm
2019-03-05 01:13:20 +00:00
parent c2222b27ee
commit 1f144e486f
5 changed files with 108 additions and 13 deletions

15
app/package-lock.json generated
View File

@@ -18,6 +18,12 @@
"integrity": "sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==",
"dev": true
},
"@nsis/language-data": {
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/@nsis/language-data/-/language-data-0.5.1.tgz",
"integrity": "sha512-rsbghvYNfVTmbTSHlMqF8kpG70mUlJTg6IiUf9IBAqidCyC19vlsYQXShrzPUeRqPP2GiXnIQPjDJ+Z7H0TTyw==",
"dev": true
},
"@types/dnssd": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/@types/dnssd/-/dnssd-0.4.1.tgz",
@@ -1453,6 +1459,15 @@
"resolved": "https://registry.npmjs.org/long/-/long-2.4.0.tgz",
"integrity": "sha1-n6GAux2VAM3CnEFWdmoZleH0Uk8="
},
"makensis": {
"version": "0.17.0",
"resolved": "https://registry.npmjs.org/makensis/-/makensis-0.17.0.tgz",
"integrity": "sha512-tzNcjuYvhE+MWD3X0S5to7ufyRmzcCV70/h65mT7voeIINnQEJuzVOUh9pjBBX+WfhoiLmb3xAJS98EbDHgoUQ==",
"dev": true,
"requires": {
"@nsis/language-data": "^0.5.1"
}
},
"map-cache": {
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",