Skip to content
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.

Commit

Permalink
[Toolkit.Game] Fix issue with initial directory for game content
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Mar 6, 2013
1 parent 7ee30c0 commit f74fe49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public override string DefaultAppDirectory
{
get
{
var assemblyUri = new Uri(Assembly.GetEntryAssembly().CodeBase);
var assemblyUri = new Uri(Assembly.GetExecutingAssembly().CodeBase);
return Path.GetDirectoryName(assemblyUri.LocalPath);
}
}
Expand Down

0 comments on commit f74fe49

Please sign in to comment.