mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 01:29:58 +00:00
Add Windows installer script
This commit is contained in:
15
app/package-lock.json
generated
15
app/package-lock.json
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user