mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 23:20:22 +00:00
Update ReadmeGenerator.swift
This commit is contained in:
parent
3ec87f265f
commit
63ebbb2645
1 changed files with 2 additions and 1 deletions
3
.github/ReadmeGenerator.swift
vendored
3
.github/ReadmeGenerator.swift
vendored
|
@ -272,7 +272,7 @@ extension JSONApplication {
|
|||
}
|
||||
|
||||
markdownDescription.append("- [\(self.title)](\(self.repoURL)) - \(self.shortDescription) \(languages)")
|
||||
|
||||
/*
|
||||
if self.screenshots.count > 0 {
|
||||
var screenshotsString = String.empty
|
||||
screenshotsString += (String.space + Constants.detailsBeginString + String.space)
|
||||
|
@ -282,6 +282,7 @@ extension JSONApplication {
|
|||
screenshotsString += (String.space + Constants.detailsEndString + String.space)
|
||||
markdownDescription.append(screenshotsString)
|
||||
}
|
||||
*/
|
||||
return markdownDescription
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue