Skip to content

Commit a7315fd

Browse files
committed
So we're in 2017 and inlined view of SVGs is still not supported on GitHub...
1 parent 62ee3e3 commit a7315fd

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= pomisos
22

3-
image:icon.svg[height=128, alt="pomisos logo", align="center"]
3+
image:src/main/resources/icon_large.png[height=128, alt="pomisos logo", align="center"]
44

55
== What is it?
66

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ else {
164164
otherCommand
165165
}
166166

167-
val outputFiles = List(ImgSpec("_small", 24, "png"), ImgSpec("", 64, "png"), ImgSpec("", 64, "ico"), ImgSpec("", 128, "icns"))
167+
val outputFiles = List(ImgSpec("_small", 24, "png"), ImgSpec("", 64, "png"), ImgSpec("_large", 128, "png"), ImgSpec("", 64, "ico"), ImgSpec("", 128, "icns"))
168168

169169
val filesToRefresh = outputFiles.filter { spec =>
170170
val out = spec.outputFile

src/main/resources/icon_large.png

2.7 KB
Loading

0 commit comments

Comments
 (0)