Updated launcher pics & removed statistics pics
13
README.md
|
@ -4,12 +4,14 @@
|
|||
|
||||
<img src="repository/pics/launcher-settings.png">
|
||||
|
||||
<br>
|
||||
|
||||
<p align="center">You could also try <a href="https://github.com/an-anime-team/an-anime-game-launcher-gtk">the GTK branch</a></p>
|
||||
|
||||
<br><br>
|
||||
|
||||
# ⚠️ 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 <a href="https://github.com/an-anime-team/an-anime-game-launcher-gtk">the GTK branch</a> in some future. Until it's done we recommend to use GTK version instead
|
||||
|
||||
<br>
|
||||
|
||||
# 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
|
||||
|
|
Before Width: | Height: | Size: 997 KiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 69 KiB |
Before Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 106 KiB |
Before Width: | Height: | Size: 100 KiB |
Before Width: | Height: | Size: 109 KiB |
Before Width: | Height: | Size: 108 KiB |
Before Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 34 KiB |
|
@ -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'
|
||||
|
|