Skip to content

Commit

Permalink
1.10.1 updater folder typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jwallet committed Aug 4, 2021
1 parent d0cf713 commit 415ed0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion EspionSpotify.Updater/Updater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace EspionSpotify.Updater
{
internal class Updater
{
internal const string UPDATER_DIRECTORY = "updater";
internal const string UPDATER_DIRECTORY = "Updater";
internal const string UPDATER_TMP_DIRECTORY = "tmp_updater";
internal const string APP = "spytify.exe";
internal static string ProjectDirectory = AppDomain.CurrentDomain.BaseDirectory + @"..\";
Expand Down
4 changes: 2 additions & 2 deletions EspionSpotify/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
// übernehmen, indem Sie "*" eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.10.0.0")]
[assembly: AssemblyFileVersion("1.10.0.0")]
[assembly: AssemblyVersion("1.10.1.0")]
[assembly: AssemblyFileVersion("1.10.1.0")]
2 changes: 1 addition & 1 deletion EspionSpotify/Updater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace EspionSpotify
{
internal class Updater
{
internal const string UPDATER_DIRECTORY = "updater";
internal const string UPDATER_DIRECTORY = "Updater";
internal const string UPDATER_TMP_DIRECTORY = "tmp_updater";
internal static string ProjectDirectory = AppDomain.CurrentDomain.BaseDirectory;

Expand Down

0 comments on commit 415ed0e

Please sign in to comment.