mirror of
https://github.com/jlengrand/open-source-mac-os-apps.git
synced 2026-03-10 08:31:19 +00:00
Update ReadmeGenerator.swift
This commit is contained in:
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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user