mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-22 15:40:21 +00:00
Merge pull request #371 from serhii-londar/remove-images-from-readme
Update ReadmeGenerator.swift
This commit is contained in:
commit
b0ba7a250e
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