-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathresources.qrc
More file actions
41 lines (41 loc) · 1.66 KB
/
Copy pathresources.qrc
File metadata and controls
41 lines (41 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<RCC>
<qresource prefix="/">
<file>res/cert/release_certificate_2025.cer</file>
<file>res/cert/test_certificate.cer</file>
<file>res/img/horny-face.png</file>
<file>res/img/launchermn.jpg</file>
<file>res/img/spinner.gif</file>
<file>res/img/creatr_portrt_troll.png</file>
<file>res/img/dead_body_horny.png</file>
<file>res/img/dead_body_mistress.png</file>
<file>res/contributors.txt</file>
<file>res/img/caret-down.png</file>
<file>res/img/caret-down-disabled.png</file>
<file>res/img/folder-icon.png</file>
<file>res/img/logfile-icon.png</file>
<file>res/img/update-icon.png</file>
<file>res/img/discord-icon-white.png</file>
<file>res/img/globe-icon.png</file>
<file>res/img/reddit-icon.png</file>
<file>res/cert/cacert.pem</file>
<file>res/launcher-translators.txt</file>
</qresource>
<qresource prefix="/i18n">
<file>i18n/translations_nl.po</file>
<file>i18n/translations_cs.po</file>
<file>i18n/translations_es.po</file>
<file>i18n/translations_zh-hans.po</file>
<file>i18n/translations_ko.po</file>
<file>i18n/translations_fr.po</file>
<file>i18n/translations_uk.po</file>
<file>i18n/translations_de.po</file>
<file>i18n/translations_ru.po</file>
<file>i18n/translations_pt.po</file>
<file>i18n/translations_ja.po</file>
<file>i18n/translations_pl.po</file>
<file>i18n/translations_it.po</file>
</qresource>
<qresource prefix="/theme">
<file>res/play-button-theme/dk-orange.css</file>
</qresource>
</RCC>