Skip to content

Commit 5cd5874

Browse files
committed
Use svg for pkginstaller banner
On external monitors with different resolutions, our pkginstaller logo renders poorly. Using vector graphics solves this problem. Signed-off-by: Ashley Cui <acui@redhat.com>
1 parent 57c4c86 commit 5cd5874

File tree

3 files changed

+425
-1
lines changed

3 files changed

+425
-1
lines changed

contrib/pkginstaller/Distribution.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8" standalone="no"?>
22
<installer-script minSpecVersion="1.000000">
33
<title>Podman __VERSION__</title>
4-
<background mime-type="image/png" file="banner.png" scaling="proportional"/>
4+
<background mime-type="image/svg+xml" file="banner.svg" scaling="proportional"/>
55
<welcome file="welcome.html" mime-type="text/html" />
66
<conclusion file="conclusion.html" mime-type="text/html" />
77
<license file="LICENSE.txt"/>
-49.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)