Skip to content

Commit

Permalink
Changed Icon Location
Browse files Browse the repository at this point in the history
This fixes issue #446
  • Loading branch information
sylveon committed Apr 8, 2015
1 parent 5748af5 commit 0ddbf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MarkPad/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public static string IconDir
{
var assemblyName = Assembly.GetEntryAssembly().GetName();

return Path.Combine(Path.GetTempPath(), String.Format("{0}.{1}", assemblyName.Name, assemblyName.Version));
return Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), assemblyName.Name);
}
}

Expand Down

0 comments on commit 0ddbf14

Please sign in to comment.