mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
updates
This commit is contained in:
parent
71198f45fa
commit
0f5642e281
1 changed files with 3 additions and 3 deletions
|
@ -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