diff --git a/README.md b/README.md
index 293b991..2ffb53b 100644
--- a/README.md
+++ b/README.md
@@ -4,12 +4,14 @@
-
-
-
You could also try the GTK branch
-
+# ⚠️ Launcher is outdated
+
+Launcher is greatly outdated and will not receive proper updates (only bug fixes). After a public poll in our discord server we decided to replace it by the GTK branch in some future. Until it's done we recommend to use GTK version instead
+
+
+
# Please don't link to this repository
We understand you want to help people run An Anime Game on Linux. The issue is, the more people know
@@ -77,7 +79,7 @@ field in your `config.yaml` file (settings -> launcher folder). If your system u
| Game version | Launcher version | Patch version |
| :---: | :---: | :---: |
-| 3.4 | 2.4.5 | 3.4 stable ✅ |
+| 3.5 | 2.4.5 | 3.5 testing ⚠️ |
We have our own [An Anime Game](https://discord.gg/ck37X6UWBp) discord server where you can ask any questions
@@ -130,6 +132,7 @@ These requirements can't be easily installed so you should do it manually
They're required only for some specific functions
# Development
+
## Dependency required for bundling to AppImage
### apt
diff --git a/repository/pics/launcher-main.png b/repository/pics/launcher-main.png
index 8fff244..10802d1 100644
Binary files a/repository/pics/launcher-main.png and b/repository/pics/launcher-main.png differ
diff --git a/repository/pics/logo.jpg b/repository/pics/logo.jpg
index cf313d9..4fb25a8 100755
Binary files a/repository/pics/logo.jpg and b/repository/pics/logo.jpg differ
diff --git a/repository/pics/stats/2.2.0.png b/repository/pics/stats/2.2.0.png
deleted file mode 100644
index 78886b1..0000000
Binary files a/repository/pics/stats/2.2.0.png and /dev/null differ
diff --git a/repository/pics/stats/2.3.0.png b/repository/pics/stats/2.3.0.png
deleted file mode 100644
index 8c42629..0000000
Binary files a/repository/pics/stats/2.3.0.png and /dev/null differ
diff --git a/repository/pics/stats/2.5.0.png b/repository/pics/stats/2.5.0.png
deleted file mode 100644
index 3ed88bf..0000000
Binary files a/repository/pics/stats/2.5.0.png and /dev/null differ
diff --git a/repository/pics/stats/2.6.0.png b/repository/pics/stats/2.6.0.png
deleted file mode 100644
index a737a2b..0000000
Binary files a/repository/pics/stats/2.6.0.png and /dev/null differ
diff --git a/repository/pics/stats/2.7.0.png b/repository/pics/stats/2.7.0.png
deleted file mode 100644
index db6644f..0000000
Binary files a/repository/pics/stats/2.7.0.png and /dev/null differ
diff --git a/repository/pics/stats/2.8.0.png b/repository/pics/stats/2.8.0.png
deleted file mode 100644
index e47bda6..0000000
Binary files a/repository/pics/stats/2.8.0.png and /dev/null differ
diff --git a/repository/pics/stats/2022/apr20-may2.png b/repository/pics/stats/2022/apr20-may2.png
deleted file mode 100644
index af1f0b6..0000000
Binary files a/repository/pics/stats/2022/apr20-may2.png and /dev/null differ
diff --git a/repository/pics/stats/2022/apr6-apr20.png b/repository/pics/stats/2022/apr6-apr20.png
deleted file mode 100644
index a75fdc6..0000000
Binary files a/repository/pics/stats/2022/apr6-apr20.png and /dev/null differ
diff --git a/repository/pics/stats/2022/feb24-mar8.png b/repository/pics/stats/2022/feb24-mar8.png
deleted file mode 100644
index 321057f..0000000
Binary files a/repository/pics/stats/2022/feb24-mar8.png and /dev/null differ
diff --git a/repository/pics/stats/2022/jul20-aug3.png b/repository/pics/stats/2022/jul20-aug3.png
deleted file mode 100644
index 8c54afa..0000000
Binary files a/repository/pics/stats/2022/jul20-aug3.png and /dev/null differ
diff --git a/repository/pics/stats/2022/jun13-jun27.png b/repository/pics/stats/2022/jun13-jun27.png
deleted file mode 100644
index 0399c63..0000000
Binary files a/repository/pics/stats/2022/jun13-jun27.png and /dev/null differ
diff --git a/repository/pics/stats/2022/jun29-jul13.png b/repository/pics/stats/2022/jun29-jul13.png
deleted file mode 100644
index ac62246..0000000
Binary files a/repository/pics/stats/2022/jun29-jul13.png and /dev/null differ
diff --git a/repository/pics/stats/2022/mar16-mar30.png b/repository/pics/stats/2022/mar16-mar30.png
deleted file mode 100644
index e8cf058..0000000
Binary files a/repository/pics/stats/2022/mar16-mar30.png and /dev/null differ
diff --git a/repository/pics/stats/2022/may10-may22.png b/repository/pics/stats/2022/may10-may22.png
deleted file mode 100644
index 7d55ffa..0000000
Binary files a/repository/pics/stats/2022/may10-may22.png and /dev/null differ
diff --git a/repository/pics/stats/2022/may17-may31.png b/repository/pics/stats/2022/may17-may31.png
deleted file mode 100644
index 4152249..0000000
Binary files a/repository/pics/stats/2022/may17-may31.png and /dev/null differ
diff --git a/repository/pics/stats/2022/may26-jun9.png b/repository/pics/stats/2022/may26-jun9.png
deleted file mode 100644
index 1e726a3..0000000
Binary files a/repository/pics/stats/2022/may26-jun9.png and /dev/null differ
diff --git a/scripts/bundle-appimage.cjs b/scripts/bundle-appimage.cjs
index 6a53f8c..c8a9026 100644
--- a/scripts/bundle-appimage.cjs
+++ b/scripts/bundle-appimage.cjs
@@ -36,7 +36,7 @@ const bundler = new Bundler({
},
// Path to the appimage to save
- output: path.join(__dirname, '../dist/an-anime-game-launcher-2.4.4.AppImage'),
+ output: path.join(__dirname, '../dist/an-anime-game-launcher-2.4.5.AppImage'),
// Application version
version: '2.4.5'