diff --git a/.github/logo.png b/.github/logo.png
new file mode 100644
index 0000000..e800eb4
Binary files /dev/null and b/.github/logo.png differ
diff --git a/README.md b/README.md
index 4ff61dd..1b00dad 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,13 @@
-# quickgui
+
+
+
+ Quickgui
+
-A Flutter frontend for [quickget](https://github.com/wimpysworld/quickemu).
+A Flutter frontend for `quickget` and [quickemu](https://github.com/wimpysworld/quickemu).
+
+
+This project is discussed mainly on [](https://discord.gg/sNmz3uw) server
## Install
@@ -69,29 +76,28 @@ You can also use `update-alternatives` for easier access to the app.
From the main screen, select the operating system you want to use. The list can be filtered.
-
+
-
+
-
+
Then, select the version :
-
+
-
+
If there are some options (Windows language, Pop!_OS nvidia or Intel, etc..), they will be displayed :
-
+
-
+
Then click "Download". The ISO will be downloaded in the current working directory, in 99% of cases that will be the directory where `quickgui` was invoked from.
-
+
-
-
-
+
+
diff --git a/assets/images/logo.png b/assets/images/logo.png
index d4d23fc..be7409e 100644
Binary files a/assets/images/logo.png and b/assets/images/logo.png differ
diff --git a/assets/images/logo_pink.png b/assets/images/logo_pink.png
new file mode 100644
index 0000000..ee052b7
Binary files /dev/null and b/assets/images/logo_pink.png differ
diff --git a/lib/src/widgets/home_page/logo.dart b/lib/src/widgets/home_page/logo.dart
index eb6166c..72c677c 100644
--- a/lib/src/widgets/home_page/logo.dart
+++ b/lib/src/widgets/home_page/logo.dart
@@ -16,7 +16,7 @@ class Logo extends StatelessWidget {
child: Center(
child: Padding(
padding: const EdgeInsets.all(8.0),
- child: Image.asset('assets/images/logo.png'),
+ child: Image.asset('assets/images/logo_pink.png'),
),
),
),
diff --git a/pubspec.yaml b/pubspec.yaml
index 0659e1c..b846e2d 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -71,7 +71,7 @@ flutter:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
assets:
- - assets/images/logo.png
+ - assets/images/
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.