Fix typo
This commit is contained in:
parent
2af8ac283a
commit
30eabbca68
|
@ -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" />
|
||||
|
|
|
@ -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"))
|
||||
|
|
Loading…
Reference in New Issue