Skip to content

Commit

Permalink
馃敄 Set Version to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikEight committed Apr 11, 2023
1 parent 7ec3f37 commit 733508b
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 94 deletions.
4 changes: 1 addition & 3 deletions EAM_Installer/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ internal sealed class Program
{
private const string productName = "Exalt Account Manager";
private static string directoryPath = System.IO.Path.Combine("%ProgramFiles%", "Maik8", "ExaltAccountManager");
//C:\Users\Maik8\source\repos\ExaltAccountManager\_Releases\ExaltAccountManager_PRE_V3_1_0_R5
private const string eamFiles = "C:\\Users\\Maik8\\source\\repos\\ExaltAccountManager\\_Releases\\ExaltAccountManager_V3_1_0";
//private const string eamFiles = "..\\_Releases\\ExaltAccountManager_PRE_V3_1_0_R5";
private const string eamFiles = "C:\\Users\\Maik8\\source\\repos\\ExaltAccountManager\\_Releases\\ExaltAccountManager_V3_1_1";

static void Main()
{
Expand Down
Loading

0 comments on commit 733508b

Please sign in to comment.