Corrected the path to the headbar icon (#5782)

* Corrected the path to the headbar icon

Corrected the path where the icon file is located, since the "dist" folder is located next to the binary provided in github.

* Corrected the path to the headbar icon

Corrected the path where the icon file is located, since the "dist" folder is located next to the binary provided in github.
This commit is contained in:
Amnesia1000 2021-06-22 07:16:31 -03:00 committed by GitHub
parent 324e88d6e0
commit 3d8555236f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@
</property>
<property name="windowIcon">
<iconset>
<normaloff>../dist/citra.ico</normaloff>../dist/citra.ico</iconset>
<normaloff>dist/citra.png</normaloff>dist/citra.png</iconset>
</property>
<property name="tabShape">
<enum>QTabWidget::Rounded</enum>