Ensure mods dir exists on file drop.

stable
Daniel Scalzi 2018-12-01 10:06:23 -05:00
parent d779eacf61
commit f5ce7734b8
No known key found for this signature in database
GPG Key ID: 5CA2F145B63535F9
3 changed files with 13 additions and 11 deletions

View File

@ -71,6 +71,8 @@ exports.scanForDropinMods = function(modsDir, version) {
*/
exports.addDropinMods = function(files, modsdir) {
exports.validateModsDir(modsdir)
for(let f of files) {
if(MOD_REGEX.exec(f.name) != null) {
fs.moveSync(f.path, path.join(modsdir, f.name))

18
package-lock.json generated
View File

@ -855,11 +855,11 @@
"integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk="
},
"discord-rpc": {
"version": "github:discordjs/RPC#a80e457d3aa9969a6134693ca2102ffc731ebc04",
"version": "github:discordjs/RPC#1bd83d3b895766e25c457b031079d783678875ff",
"from": "github:discordjs/RPC",
"requires": {
"node-fetch": "^2.1.2",
"ws": "^5.2.1"
"node-fetch": "^2.3.0",
"ws": "^6.1.1"
}
},
"dmg-builder": {
@ -2198,9 +2198,9 @@
"dev": true
},
"node-fetch": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.2.0.tgz",
"integrity": "sha512-OayFWziIxiHY8bCUyLX6sTpDH8Jsbp4FfYd1j1f7vZyfgkcOnAyM4oQR16f8a0s7Gl/viMGRey8eScYk4V4EZA=="
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.3.0.tgz",
"integrity": "sha512-MOd8pV3fxENbryESLgVIeaGKrdl+uaYhCSSVkjeOb/31/njTpcis5aWfdqgNlHIrKOLRbMnfPINPOML2CIFeXA=="
},
"normalize-package-data": {
"version": "2.4.0",
@ -3555,9 +3555,9 @@
}
},
"ws": {
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/ws/-/ws-5.2.2.tgz",
"integrity": "sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA==",
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/ws/-/ws-6.1.2.tgz",
"integrity": "sha512-rfUqzvz0WxmSXtJpPMX2EeASXabOrSMk1ruMOV3JBTBjo4ac2lDjGGsbQSyxj8Odhw5fBib8ZKEjDNvgouNKYw==",
"requires": {
"async-limiter": "~1.0.0"
}

View File

@ -27,7 +27,7 @@
"dependencies": {
"adm-zip": "^0.4.13",
"async": "^2.6.1",
"discord-rpc": "discordjs/RPC",
"discord-rpc": "github:discordjs/RPC",
"ejs": "^2.6.1",
"ejs-electron": "^2.0.3",
"electron-updater": "^4.0.5",
@ -94,7 +94,7 @@
},
"compression": "maximum",
"files": [
"!{dist,.gitignore,.vscode,docs,dev-app-update.yml,.travis.yml,.nvmrc,.eslintrc.scripts.json,.eslintrc.json}"
"!{dist,.gitignore,.vscode,docs,dev-app-update.yml,.travis.yml,.nvmrc,.eslintrc.json}"
],
"extraResources": [
"libraries"