diff --git a/README.md b/README.md index b8cff85..296e570 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # An Anime Game Launcher GTK -Development version of the launcher variant written on Rust, GTK4 and libadwaita, using [Anime Game Core](https://gitlab.com/an-anime-team/anime-game-core) library +The launcher variant written on Rust, GTK4 and libadwaita, using [Anime Game Core](https://gitlab.com/an-anime-team/anime-game-core) library -Work in progress + + ## Development @@ -35,6 +36,8 @@ cargo build --release ### Building AppImage +Important to run it from the `scripts/appimage` folder + ``` cd scripts/appimage ./build_appimage.sh diff --git a/repository/pictures/main.png b/repository/pictures/main.png new file mode 100644 index 0000000..6b0a91f Binary files /dev/null and b/repository/pictures/main.png differ diff --git a/repository/pictures/settings.png b/repository/pictures/settings.png new file mode 100644 index 0000000..8023f1b Binary files /dev/null and b/repository/pictures/settings.png differ