mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 21:37:42 -07:00
308e5df426
Pass the 256x256 icon to Qt to use as the window icon instead of the 32x32 version. Fixes #1113
7 lines
126 B
Plaintext
7 lines
126 B
Plaintext
<!DOCTYPE RCC>
|
|
<RCC version="1.0">
|
|
<qresource>
|
|
<file alias="melon-icon">icon/melon_256x256.png</file>
|
|
</qresource>
|
|
</RCC>
|