Browse Source

Update CliPaths.cs

pull/13080/head
Halil İbrahim Kalkan 4 years ago
parent
commit
9904a9e13b
  1. 2
      framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/CliPaths.cs

2
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/CliPaths.cs

@ -13,5 +13,5 @@ public static class CliPaths
public static string Build => Path.Combine(AbpRootPath, "build");
public static string Lic => Path.Combine(Path.GetTempPath(), Encoding.ASCII.GetString(new byte[] { 65, 98, 112, 76, 105, 99, 101, 110, 115, 101, 46, 98, 105, 110 }));
private static readonly string AbpRootPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), ".abp");
public static readonly string AbpRootPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), ".abp");
}

Loading…
Cancel
Save