Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Miepee committed Aug 20, 2021
1 parent 8494a1b commit 658b533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AM2RLauncher/AM2RLauncher/LauncherUpdater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public class LauncherUpdater
/// <summary>The Path of the oldConfig. Only gets used Windows-only</summary>
static readonly private string oldConfigPath = CrossPlatformOperations.CURRENTPATH + "/" + CrossPlatformOperations.LAUNCHERNAME + ".oldCfg";

/// <summary>The actual Path where the executable is stored, only used for updating.</summary>
static readonly private string updatePath = currentPlatform.IsWinForms ? CrossPlatformOperations.CURRENTPATH : Path.GetDirectoryName(AppDomain.CurrentDomain.BaseDirectory);

// Load reference to logger
Expand Down

0 comments on commit 658b533

Please sign in to comment.