mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
changing assets
This commit is contained in:
parent
71198f45fa
commit
ba8c94b6ae
2 changed files with 3 additions and 3 deletions
Binary file not shown.
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 11 KiB |
|
@ -172,9 +172,9 @@ int main(int argc, char *argv[])
|
|||
#else
|
||||
QApplication app(argc, argv);
|
||||
#endif
|
||||
app.setOrganizationName("Raspberry Pi");
|
||||
app.setOrganizationDomain("raspberrypi.org");
|
||||
app.setApplicationName("Imager");
|
||||
app.setOrganizationName("mustardOS");
|
||||
app.setOrganizationDomain("muos.dev");
|
||||
app.setApplicationName("Retro Imager");
|
||||
app.setWindowIcon(QIcon(":/icons/rpi-imager.ico"));
|
||||
ImageWriter imageWriter;
|
||||
NetworkAccessManagerFactory namf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue