mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 12:54:10 -07:00
Apply new icon to build
This commit is contained in:
parent
552a8e0c23
commit
cc2639b72a
3 changed files with 3 additions and 3 deletions
|
|
@ -152,7 +152,7 @@ int main(int argc, char *argv[])
|
|||
MainWindow ui;
|
||||
qDebug("main(): MainWindow constructor finished");
|
||||
|
||||
QIcon icon(":/resources/appicon.svg");
|
||||
QIcon icon(":/resources/appicon.png");
|
||||
ui.setWindowIcon(icon);
|
||||
|
||||
ui.show();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue