Skip to content

Commit

Permalink
Merge pull request #854 from Swan/native-asm-copy
Browse files Browse the repository at this point in the history
 Manually copy native assemblies before loading config
  • Loading branch information
Swan committed Jun 27, 2019
2 parents 387d215 + d48d8bb commit 68bf0e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Quaver/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
using Quaver.Shared.Online;
using Wobble;
using Wobble.Logging;
using Wobble.Platform;

namespace Quaver
{
Expand Down Expand Up @@ -51,6 +52,7 @@ public static void Main()
Thread.CurrentThread.CurrentCulture = CultureInfo.InvariantCulture;
Thread.CurrentThread.CurrentUICulture = CultureInfo.InvariantCulture;

NativeAssemblies.Copy();
ConfigManager.Initialize();
SteamManager.Initialize();

Expand Down
2 changes: 1 addition & 1 deletion Wobble

0 comments on commit 68bf0e8

Please sign in to comment.