first go at app icon
This commit is contained in:
parent
fe1c24700a
commit
bafe3a26d3
7 changed files with 13 additions and 6 deletions
BIN
Goober_110.png
Normal file
BIN
Goober_110.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.1 KiB |
BIN
Goober_144.png
Normal file
BIN
Goober_144.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.5 KiB |
BIN
Goober_90.png
Normal file
BIN
Goober_90.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.4 KiB |
BIN
Goober_96.png
Normal file
BIN
Goober_96.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
|
@ -85,7 +85,10 @@
|
||||||
|
|
||||||
<!-- The icon for the application, which should be 114x114. -->
|
<!-- The icon for the application, which should be 114x114. -->
|
||||||
<icon>
|
<icon>
|
||||||
<image>icon.png</image>
|
<image>Goober_110.png</image>
|
||||||
|
<image>Goober_144.png</image>
|
||||||
|
<image>Goober_90.png</image>
|
||||||
|
<image>Goober_96.png</image>
|
||||||
</icon>
|
</icon>
|
||||||
|
|
||||||
<asset path="icon.png">icon.png</asset>
|
<asset path="icon.png">icon.png</asset>
|
||||||
|
@ -95,6 +98,10 @@
|
||||||
<asset path="translations" dest="qm">
|
<asset path="translations" dest="qm">
|
||||||
<include name="*.qm"/>
|
<include name="*.qm"/>
|
||||||
</asset>
|
</asset>
|
||||||
|
<asset path="Goober_110.png">Goober_110.png</asset>
|
||||||
|
<asset path="Goober_144.png">Goober_144.png</asset>
|
||||||
|
<asset path="Goober_90.png">Goober_90.png</asset>
|
||||||
|
<asset path="Goober_96.png">Goober_96.png</asset>
|
||||||
|
|
||||||
<!-- Request permission to execute native code. Required for native applications. -->
|
<!-- Request permission to execute native code. Required for native applications. -->
|
||||||
<permission system="true">run_native</permission>
|
<permission system="true">run_native</permission>
|
||||||
|
|
2
buildnum
2
buildnum
|
@ -1 +1 @@
|
||||||
228
|
230
|
|
@ -162,22 +162,22 @@
|
||||||
<context>
|
<context>
|
||||||
<name>StreamTab</name>
|
<name>StreamTab</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../assets/StreamTab.qml" line="132"/>
|
<location filename="../assets/StreamTab.qml" line="130"/>
|
||||||
<source>New Post</source>
|
<source>New Post</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../assets/StreamTab.qml" line="146"/>
|
<location filename="../assets/StreamTab.qml" line="144"/>
|
||||||
<source>To Top</source>
|
<source>To Top</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../assets/StreamTab.qml" line="174"/>
|
<location filename="../assets/StreamTab.qml" line="172"/>
|
||||||
<source>To Bottom</source>
|
<source>To Bottom</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../assets/StreamTab.qml" line="161"/>
|
<location filename="../assets/StreamTab.qml" line="159"/>
|
||||||
<source>Reload</source>
|
<source>Reload</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
Reference in a new issue