mirror of
https://github.com/EpicMorg/atlassian-json.git
synced 2025-01-26 13:38:17 +03:00
Update sourcetreeapp.csx
This commit is contained in:
parent
bb1c456339
commit
4ec0b96a05
@ -25,7 +25,7 @@ Console.Out.WriteLine(
|
||||
.Select(a => new Uri(a))
|
||||
.Select(a => new
|
||||
{
|
||||
ZipFile = a.ToString(),
|
||||
ZipUrl = a.ToString(),
|
||||
Version = new[] { "sourcetree", "enterprise", "setup", }
|
||||
.Aggregate(Path.GetFileNameWithoutExtension(a.AbsolutePath), (s, ptr) => s.Replace(ptr, "", StringComparison.OrdinalIgnoreCase))
|
||||
.TrimStart('-', '_')
|
||||
|
Loading…
x
Reference in New Issue
Block a user