From 38bf6af2e0de53a7df0f2d318cba1ccd66c6840a Mon Sep 17 00:00:00 2001 From: Jiiks Date: Wed, 18 Nov 2015 05:29:45 +0200 Subject: [PATCH] v0.0.283 windows splices --- NodeInstaller/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NodeInstaller/index.js b/NodeInstaller/index.js index 9c6767e7..b9542855 100644 --- a/NodeInstaller/index.js +++ b/NodeInstaller/index.js @@ -2,7 +2,7 @@ * BetterDiscordApp Installer v0.3.2 */ -var dver = "0.0.280"; +var dver = "0.0.283"; var asar = require('asar'); var wrench = require('wrench'); @@ -40,9 +40,9 @@ function install() { var _os = process.platform; if (_os == "win32") { _packageSplice = 10; - _importSplice = 83; + _importSplice = 89; _functionCallSplice = 497; - _functionSplice = 597; + _functionSplice = 601; _discordPath = process.env.LOCALAPPDATA + "/Discord/app-"+dver+"/resources"; } else if (_os == "darwin") { _packageSplice = 10;