Merge pull request #7 from Jiiks/master

Pull latest updates
This commit is contained in:
DeathStrikeV 2016-11-11 19:14:50 +00:00 committed by GitHub
commit e251a03914
2 changed files with 5 additions and 4 deletions

View File

@ -170,7 +170,7 @@ class Installer {
var lines = [];
var lr = readline.createInterface({
input: fs.createReadStream(`${config.paths.installPath}/resources/app/app/index.js`)
input: fs.createReadStream(`${config.paths.installPath}/resources/app/index.js`)
});
lr.on('line', line => {
@ -187,7 +187,7 @@ class Installer {
});
lr.on('close', () => {
fs.writeFileSync(`${config.paths.installPath}/resources/app/app/index.js`, lines.join('\n'));
fs.writeFileSync(`${config.paths.installPath}/resources/app/index.js`, lines.join('\n'));
self.appendLog("Finished installing BetterDiscord");
self.updatePb(5, 5);
});
@ -266,4 +266,4 @@ class Installer {
}
module.exports = Installer;
module.exports = Installer;

View File

@ -175,6 +175,7 @@
"Isis",
"Okie",
"Nein",
"Pokeball"
"Pokeball",
"Bomb"
]
}