mirror of
https://github.com/EpicMorg/atlassian-json.git
synced 2025-01-27 05:58:18 +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 Uri(a))
|
||||||
.Select(a => new
|
.Select(a => new
|
||||||
{
|
{
|
||||||
ZipFile = a.ToString(),
|
ZipUrl = a.ToString(),
|
||||||
Version = new[] { "sourcetree", "enterprise", "setup", }
|
Version = new[] { "sourcetree", "enterprise", "setup", }
|
||||||
.Aggregate(Path.GetFileNameWithoutExtension(a.AbsolutePath), (s, ptr) => s.Replace(ptr, "", StringComparison.OrdinalIgnoreCase))
|
.Aggregate(Path.GetFileNameWithoutExtension(a.AbsolutePath), (s, ptr) => s.Replace(ptr, "", StringComparison.OrdinalIgnoreCase))
|
||||||
.TrimStart('-', '_')
|
.TrimStart('-', '_')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user