This commit is contained in:
Jiiks 2015-12-13 15:05:21 +02:00
parent 2af8ac283a
commit 30eabbca68
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="asardotnet">
<HintPath>..\..\..\..\VSProjects\asardotnet\asardotnet\bin\Release\asardotnet.dll</HintPath>
<HintPath>..\..\..\..\..\VSProjects\asardotnet\asardotnet\bin\Release\asardotnet.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />

View File

@ -170,7 +170,7 @@ namespace BetterDiscordWI.panels
{
lines.Add(line);
lines.Add("var _betterDiscord = requires('betterdiscord');");
lines.Add("var _betterDiscord = require('betterdiscord');");
}
else if (line.Contains("mainWindow = new _BrowserWindow2"))