File tree Expand file tree Collapse file tree 7 files changed +13
-6
lines changed Expand file tree Collapse file tree 7 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ ApplicationWindow {
5252 Image {
5353 width: parent .width
5454 height: parent .height
55- source: " qrc:/resources/background.png "
55+ source: " qrc:/resources/background.jpg "
5656 }
5757
5858 Rectangle {
@@ -70,7 +70,7 @@ ApplicationWindow {
7070 top: parent .top
7171 topMargin: parent .height * 0.1
7272 }
73- source: " qrc:/resources/header.png "
73+ source: " qrc:/resources/header.jpg "
7474 }
7575 Rectangle {
7676 anchors .top : header .bottom
Original file line number Diff line number Diff line change 88 <file>NewsCard.qml</file>
99 <file>DownloadInfo.qml</file>
1010 <file>UpdateFailed.qml</file>
11- <file>resources/splash.png </file>
11+ <file>resources/splash.jpg </file>
1212 <file>splash.qml</file>
1313 <file>Settings.qml</file>
1414 <file>utils.js</file>
1515 <file>resources/unvanquished.png</file>
16- <file>resources/background.png </file>
17- <file>resources/header.png </file>
16+ <file>resources/background.jpg </file>
17+ <file>resources/header.jpg </file>
1818 <file>resources/logo.png</file>
1919 <file>resources/tyrant.png</file>
2020 <file>resources/net.unvanquished.Unvanquished.desktop</file>
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+
3+ guetzli --nomemlimit --quality 84 header.png header.jpg &
4+ guetzli --nomemlimit --quality 84 background.png background.jpg &
5+ guetzli --nomemlimit --quality 93 splash.png splash.jpg &
6+
7+ wait
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ ApplicationWindow {
106106 Image {
107107 width: parent .width
108108 height: parent .height
109- source: " qrc:/resources/splash.png "
109+ source: " qrc:/resources/splash.jpg "
110110 }
111111
112112 FluidControls .BodyLabel {
You can’t perform that action at this time.
0 commit comments