Skip to content

Commit

Permalink
Actvation period extended to 100 years
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyw15 committed May 6, 2024
1 parent 3836019 commit bd35f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ static void Main(string[] args)
Console.WriteLine("Deleting Ngen");
AssemblyPatcher.DeleteNgen(installFolder);

Console.WriteLine("You should reactivate CeVIO AI before " + DateTime.Now.AddDays(365).ToLongDateString());
Console.WriteLine("You should reactivate CeVIO AI before " + DateTime.Now.AddYears(100).ToLongDateString());

Console.WriteLine("Replace the file to enable offline export");
AssemblyPatcher.ReplaceFile(installFolder);
Expand Down

0 comments on commit bd35f70

Please sign in to comment.