Updated all files under dist to refer to Azahar instead of Citra
This resolves some icon theming issues on Linux Co-authored-by: HurricanePootis <53066639+HurricanePootis@users.noreply.github.com>
2
dist/azahar-room.desktop
vendored
@@ -3,7 +3,7 @@ Version=1.0
|
||||
Type=Application
|
||||
Name=Azahar Room
|
||||
Comment=Multiplayer room host for Azahar
|
||||
Icon=citra
|
||||
Icon=azahar
|
||||
TryExec=azahar-room
|
||||
Exec=azahar-room %f
|
||||
Categories=Game;Emulator;
|
||||
|
||||
2
dist/azahar.desktop
vendored
@@ -6,7 +6,7 @@ GenericName=3DS Emulator
|
||||
GenericName[fr]=Émulateur 3DS
|
||||
Comment=Nintendo 3DS video game console emulator
|
||||
Comment[fr]=Émulateur de console de jeu Nintendo 3DS
|
||||
Icon=citra
|
||||
Icon=azahar
|
||||
TryExec=azahar
|
||||
Exec=azahar %f
|
||||
Categories=Game;Emulator;
|
||||
|
||||
0
dist/citra.ico → dist/azahar.ico
vendored
|
Before Width: | Height: | Size: 462 KiB After Width: | Height: | Size: 462 KiB |
0
dist/citra.svg → dist/azahar.svg
vendored
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 55 KiB |
8
dist/citra.xml → dist/azahar.xml
vendored
@@ -4,7 +4,7 @@
|
||||
<comment>Nintendo 3DS homebrew executable</comment>
|
||||
<comment xml:lang="fr">Exécutable non-officiel pour Nintendo 3DS </comment>
|
||||
<acronym>3DSX</acronym>
|
||||
<icon name="citra"/>
|
||||
<icon name="azahar"/>
|
||||
<glob pattern="*.3dsx"/>
|
||||
<magic><match value="3DSX" type="string" offset="0"/></magic>
|
||||
</mime-type>
|
||||
@@ -14,7 +14,7 @@
|
||||
<comment xml:lang="fr">Image de cartouche Nintendo 3DS</comment>
|
||||
<acronym>CCI</acronym>
|
||||
<expanded-acronym>CTR Cart Image</expanded-acronym>
|
||||
<icon name="citra"/>
|
||||
<icon name="azahar"/>
|
||||
<glob pattern="*.cci"/>
|
||||
<magic><match value="NCSD" type="string" offset="256"/></magic>
|
||||
</mime-type>
|
||||
@@ -24,7 +24,7 @@
|
||||
<comment xml:lang="fr">Exécutable Nintendo 3DS</comment>
|
||||
<acronym>CXI</acronym>
|
||||
<expanded-acronym>CTR eXecutable Image</expanded-acronym>
|
||||
<icon name="citra"/>
|
||||
<icon name="azahar"/>
|
||||
<glob pattern="*.cxi"/>
|
||||
<magic><match value="NCCH" type="string" offset="256"/></magic>
|
||||
</mime-type>
|
||||
@@ -34,7 +34,7 @@
|
||||
<comment xml:lang="fr">Archive installable Nintendo 3DS</comment>
|
||||
<acronym>CIA</acronym>
|
||||
<expanded-acronym>CTR Importable Archive</expanded-acronym>
|
||||
<icon name="citra"/>
|
||||
<icon name="azahar"/>
|
||||
<glob pattern="*.cia"/>
|
||||
</mime-type>
|
||||
|
||||
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
4
dist/qt_themes/default/theme_default.qrc
vendored
@@ -13,7 +13,7 @@
|
||||
<file alias="48x48/no_avatar.png">icons/48x48/no_avatar.png</file>
|
||||
<file alias="48x48/plus.png">icons/48x48/plus.png</file>
|
||||
<file alias="48x48/sd_card.png">icons/48x48/sd_card.png</file>
|
||||
<file alias="256x256/citra.png">icons/256x256/citra.png</file>
|
||||
<file alias="256x256/azahar.png">icons/256x256/azahar.png</file>
|
||||
<file alias="48x48/star.png">icons/48x48/star.png</file>
|
||||
<file alias="256x256/plus_folder.png">icons/256x256/plus_folder.png</file>
|
||||
</qresource>
|
||||
@@ -31,7 +31,7 @@
|
||||
<file alias="48x48/no_avatar.png">icons_light/48x48/no_avatar.png</file>
|
||||
<file alias="48x48/plus.png">icons_light/48x48/plus.png</file>
|
||||
<file alias="48x48/sd_card.png">icons_light/48x48/sd_card.png</file>
|
||||
<file alias="256x256/citra.png">icons_light/256x256/citra.png</file>
|
||||
<file alias="256x256/azahar.png">icons_light/256x256/azahar.png</file>
|
||||
<file alias="48x48/star.png">icons_light/48x48/star.png</file>
|
||||
<file alias="256x256/plus_folder.png">icons_light/256x256/plus_folder.png</file>
|
||||
</qresource>
|
||||
|
||||